diff --git a/.gitignore b/.gitignore index 695b0e9..ebd2f77 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file + +# Misc files +MobArena.jar +build.properties \ No newline at end of file