mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
Add *.egginfo to .gitignore
This commit is contained in:
parent
94e02bbeff
commit
86577ce3e9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,6 +25,7 @@ sftp-config.json
|
||||||
*.pyc
|
*.pyc
|
||||||
.idea
|
.idea
|
||||||
_build
|
_build
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
# Project Specific Stuff
|
# Project Specific Stuff
|
||||||
local_settings.py
|
local_settings.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user