Clean up .gitignore.
This file has an interesting history with content that goes all the way back to MobArena's dark days of both Ant and Eclipse. This commit cleans up the file a bit, removing a lot of unnecessary bits and pieces, and making it a little more tightly bound to the current project setup.
This commit is contained in:
+9
-35
@@ -1,40 +1,14 @@
|
|||||||
# IDE files and folders
|
# Java
|
||||||
.project
|
|
||||||
.classpath
|
|
||||||
*.iml
|
|
||||||
.idea/
|
|
||||||
.settings/
|
|
||||||
|
|
||||||
# Compiled files
|
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
# OS files.
|
# Maven
|
||||||
.DS_Store*
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Misc folders
|
|
||||||
bin/
|
|
||||||
build/
|
|
||||||
misc/
|
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Misc files
|
# Artifacts
|
||||||
MobArena.jar
|
*.jar
|
||||||
build.properties
|
*.zip
|
||||||
|
|
||||||
# Virtualenv (for docs)
|
# IntelliJ
|
||||||
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
.idea/
|
||||||
.Python
|
*.iml
|
||||||
[Bb]in
|
out/
|
||||||
[Ii]nclude
|
|
||||||
[Ll]ib/python*/
|
|
||||||
[Ll]ib64
|
|
||||||
[Ll]ocal
|
|
||||||
[Mm]an
|
|
||||||
[Ss]cripts
|
|
||||||
pyvenv.cfg
|
|
||||||
.venv
|
|
||||||
pip-selfcheck.json
|
|
||||||
|
|
||||||
# ReadTheDocs generated documentation
|
|
||||||
docs/_build
|
|
||||||
|
|||||||
Reference in New Issue
Block a user