parent
103a22860b
commit
0fe965b2d9
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Ignore Eclipse related things
|
||||||
build/
|
build/
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
@ -5,3 +6,8 @@ build/
|
||||||
eclipse/
|
eclipse/
|
||||||
bin/
|
bin/
|
||||||
repo/
|
repo/
|
||||||
|
|
||||||
|
# Ignore OS cache files and directories
|
||||||
|
*.DS_Store
|
||||||
|
_MACOSX
|
||||||
|
Thumbs.db
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue