mirror of
https://github.com/django/django.git
synced 2025-08-07 12:28:18 +00:00
Added __pycache__ to gitignore
This commit is contained in:
parent
e23de9e350
commit
55b9bff07f
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pot
|
*.pot
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
__pycache__
|
||||||
MANIFEST
|
MANIFEST
|
||||||
dist/
|
dist/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
|
@ -3,6 +3,7 @@ syntax:glob
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pot
|
*.pot
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
__pycache__
|
||||||
docs/_build/
|
docs/_build/
|
||||||
tests/coverage_html/
|
tests/coverage_html/
|
||||||
tests/.coverage
|
tests/.coverage
|
Loading…
Add table
Add a link
Reference in a new issue