MobArena/.gitignore
Andreas Troelsen 99fc508e1f Remove the test/ folder from .gitignore.
Not quite sure why this was ever in here, but it basically prevents us from having tests, which is terrible.
2017-11-19 20:19:35 +01:00

24 lines
214 B
Plaintext

# IDE files and folders
.project
.classpath
*.iml
.idea/
.settings/
# Compiled files
*.class
# OS files.
.DS_Store*
Thumbs.db
# Misc folders
bin/
build/
misc/
target/
# Misc files
MobArena.jar
build.properties