mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 02:55:46 +01:00
03273ae797
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.
25 lines
220 B
Plaintext
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
|