Fixed .gitignore rule, and added a few more that should be ignored.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
webservice/venv/
|
webservice/venv/
|
||||||
docs/venv/
|
docs/venv/
|
||||||
docs/build/
|
/doc/build/
|
||||||
client/venv/
|
client/venv/
|
||||||
|
|
||||||
client/client/config.json
|
client/client/config.json
|
||||||
@@ -12,3 +12,6 @@ webservice/bam/config.py
|
|||||||
|
|
||||||
# generated
|
# generated
|
||||||
doc/source/reference/index.rst
|
doc/source/reference/index.rst
|
||||||
|
/*.egg-info/
|
||||||
|
/.cache/
|
||||||
|
__pycache__
|
||||||
|
Reference in New Issue
Block a user