MobArena/.gitignore
Andreas Troelsen 03273ae797 Remove the lib/ folder from .gitignore.
The purpose of this is to actually commit to version control the jar(s) necessary to compile. It's not a best practice whatsoever, but if we can commit gradle wrappers, we can commit hard-to-incorporate binary dependencies.

As a nice side effect, it should be possible to run some basic CI tooling on the repository.
2017-11-19 17:06:01 +01:00

25 lines
220 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/
test/
target/
# Misc files
MobArena.jar
build.properties