Skip to content

Commit 41a4b30

Browse files
committed
.gitignore
1 parent 11eb29e commit 41a4b30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# bin dirs
3+
bin/
4+
build/
5+
6+
# This is not distributed, but contain libs for local deps management
7+
external_libs/
8+
/target/
9+
10+
# eclipse files
11+
.classpath
12+
.project
13+
.settings/

0 commit comments

Comments
 (0)