Ignore some local files
This commit is contained in:
parent
f99d53c824
commit
fb92e1f9c1
1 changed files with 6 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -2,9 +2,12 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
.python_version
|
.python_version
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.mo
|
|
||||||
|
|
||||||
media/
|
media/
|
||||||
./static/
|
/static/
|
||||||
media.tar.gz
|
media.tar.gz
|
||||||
*.pg
|
*.pg
|
||||||
|
|
||||||
|
override.env
|
||||||
|
.env
|
Loading…
Reference in a new issue