mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 18:46:45 +01:00
18 lines
236 B
Plaintext
18 lines
236 B
Plaintext
# We don't want to add the Eclipse files.
|
|
.project
|
|
.classpath
|
|
|
|
# We can also do without .class files.
|
|
*.class
|
|
|
|
# And we definitely don't need OS files.
|
|
.DS_Store*
|
|
Thumbs.db
|
|
|
|
# Exclude some folders
|
|
bin/
|
|
build/
|
|
misc/
|
|
lib/
|
|
test/
|
|
.settings/ |