Remove two ignores for Python/Django

Both are neither python-specific nor django-specific:
- .static_storage
- .media
This commit is contained in:
Chih-Yung Liang
2018-01-12 08:01:52 +08:00
committed by GitHub
parent 0c5ace9de9
commit 690942a76e

View File

@ -52,8 +52,6 @@ coverage.xml
# Django stuff:
*.log
.static_storage/
.media/
local_settings.py
# Flask stuff: