added static to gitignore

This commit is contained in:
Rushil Umaretiya 2020-09-01 15:18:28 -04:00
parent 7e3fa881f2
commit 41bfd33c1e

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
__pycache__
db.sqlite3
media/
static/
# Python #
*.py[cod]