mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 18:46:45 +01:00
Update .gitignore for Python virtualenvs (for docs)
This commit is contained in:
parent
9ccb13773b
commit
48ae60e070
17
.gitignore
vendored
17
.gitignore
vendored
@ -21,3 +21,20 @@ target/
|
||||
# Misc files
|
||||
MobArena.jar
|
||||
build.properties
|
||||
|
||||
# Virtualenv (for docs)
|
||||
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib/python*/
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Mm]an
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
|
||||
# ReadTheDocs generated documentation
|
||||
docs/_build
|
||||
|
Loading…
Reference in New Issue
Block a user