Added debian build directories to .gitignore
This commit is contained in:
parent
a67b3ef441
commit
7663e3185b
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,6 +1,13 @@
|
||||||
|
# Python environment, setuptools, build
|
||||||
venv
|
venv
|
||||||
.idea
|
|
||||||
/test/clients.json
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
deb_dist
|
||||||
|
dist
|
||||||
|
|
||||||
|
# PyCharm
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Project generated test files
|
||||||
|
/test/clients.json
|
||||||
*.json
|
*.json
|
Loading…
Reference in New Issue
Block a user