static
This commit is contained in:
parent
d7305cf372
commit
dd85583422
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/django
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=django
|
||||
|
||||
*.swp
|
||||
|
||||
### Django ###
|
||||
*.log
|
||||
*.pot
|
||||
|
|
@ -13,7 +15,7 @@ media
|
|||
|
||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
||||
# in your Git repository. Update and uncomment the following line accordingly.
|
||||
# <django-project-name>/staticfiles/
|
||||
staticfiles/
|
||||
|
||||
### Django.Python Stack ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue