Add .gitignore to django basic template
This commit is contained in:
parent
5d22a2cfa5
commit
e9901e62b7
1 changed files with 7 additions and 0 deletions
7
codetemplates/django/basic/.gitignore
vendored
Normal file
7
codetemplates/django/basic/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
local_settings.py
|
||||
|
||||
env/
|
||||
local.db
|
Loading…
Add table
Add a link
Reference in a new issue