add staticfiles/ to gitignore to prevent accidental staticfile commits

This commit is contained in:
Jan Koppe 2020-05-31 12:20:03 +02:00
parent 88620b99af
commit 140186e608
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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]