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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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