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/js/jquery.min.js
|
||||||
static/fonts
|
static/fonts
|
||||||
|
|
||||||
|
staticfiles
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
Loading…
Reference in New Issue