mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 11:06:14 +01:00
26 lines
225 B
Plaintext
26 lines
225 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/
|
|
lib/
|
|
test/
|
|
target/
|
|
|
|
# Misc files
|
|
MobArena.jar
|
|
build.properties
|