mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-23 07:51:42 +01:00
Update .gitignore
This commit is contained in:
parent
534ddbb6e9
commit
255908a7aa
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,18 +1,24 @@
|
||||
# We don't want to add the Eclipse files.
|
||||
# IDE files and folders
|
||||
.project
|
||||
.classpath
|
||||
*.iml
|
||||
.idea/
|
||||
.settings/
|
||||
|
||||
# We can also do without .class files.
|
||||
# Compiled files
|
||||
*.class
|
||||
|
||||
# And we definitely don't need OS files.
|
||||
# OS files.
|
||||
.DS_Store*
|
||||
Thumbs.db
|
||||
|
||||
# Exclude some folders
|
||||
# Misc folders
|
||||
bin/
|
||||
build/
|
||||
misc/
|
||||
lib/
|
||||
test/
|
||||
.settings/
|
||||
|
||||
# Misc files
|
||||
MobArena.jar
|
||||
build.properties
|
Loading…
Reference in New Issue
Block a user