mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 05:04:54 +00:00
*.pyc is already covered by *.py[cod]
No need to include it separately.
This commit is contained in:
parent
aad3284f58
commit
840f4a7d4c
1 changed files with 0 additions and 1 deletions
1
{{cookiecutter.repo_name}}/.gitignore
vendored
1
{{cookiecutter.repo_name}}/.gitignore
vendored
|
|
@ -21,7 +21,6 @@ sftp-config.json
|
|||
|
||||
# Basics
|
||||
*.py[cod]
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
# Logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue