MobArena/.gitignore

25 lines
220 B
Plaintext
Raw Normal View History

2013-06-25 00:38:06 +02:00
# IDE files and folders
.project
.classpath
2013-06-25 00:38:06 +02:00
*.iml
.idea/
.settings/
2013-06-25 00:38:06 +02:00
# Compiled files
*.class
2013-06-25 00:38:06 +02:00
# OS files.
.DS_Store*
Thumbs.db
2013-06-25 00:38:06 +02:00
# Misc folders
bin/
build/
misc/
test/
2015-07-17 03:38:41 +02:00
target/
2013-06-25 00:38:06 +02:00
# Misc files
MobArena.jar
2015-07-17 03:38:41 +02:00
build.properties