Ignore static dir in git

This commit is contained in:
Carl van Tonder 2018-09-22 22:47:18 -04:00
parent af9f522bef
commit 775f6982d1

1
.gitignore vendored
View File

@ -53,6 +53,7 @@ coverage.xml
# Django stuff:
*.log
local_settings.py
/static/
# Flask stuff:
instance/