add staticfiles/ to gitignore to prevent accidental staticfile commits
This commit is contained in:
parent
88620b99af
commit
140186e608
|
@ -4,6 +4,8 @@ static/js/bootstrap.bundle.min.js
|
|||
static/js/jquery.min.js
|
||||
static/fonts
|
||||
|
||||
staticfiles
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Reference in New Issue