add static file dir to gitignore

This commit is contained in:
Robert Einsle 2017-01-09 08:09:04 +01:00
parent 0f806c40b1
commit 23848eecdd

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
.so .so
build/ build/
.cache/ .cache/
static/
*/__pycache__/ */__pycache__/
*/*/__pycache__/ */*/__pycache__/
caromserver/local_settings.py caromserver/local_settings.py