Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
14
src/templates/frameworks/django.gitignore
Normal file
14
src/templates/frameworks/django.gitignore
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Django
|
||||||
|
*.log
|
||||||
|
local_settings.py
|
||||||
|
db.sqlite3
|
||||||
|
db.sqlite3-journal
|
||||||
|
media/
|
||||||
|
|
||||||
|
# If your build process includes gathering static assets at compile time
|
||||||
|
staticfiles/
|
||||||
|
|
||||||
|
# Sage
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Django stuff
|
||||||
Reference in New Issue
Block a user