mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-16 01:30:16 -04:00
Updated .gitignore for Django
This commit is contained in:
parent
b3f8f2524d
commit
b06451d8a3
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -0,0 +1,16 @@
|
|||
# Django #
|
||||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
__pycache__
|
||||
db.sqlite3
|
||||
media
|
||||
|
||||
# Python #
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
Loading…
Reference in New Issue
Block a user