]> source.dussan.org Git - gitignore.git/commitdiff
Remove two ignores for Python/Django 2577/head
authorChih-Yung Liang <cyliang@users.noreply.github.com>
Fri, 12 Jan 2018 00:01:52 +0000 (08:01 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 00:01:52 +0000 (08:01 +0800)
Both are neither python-specific nor django-specific:
- .static_storage
- .media

Python.gitignore

index af2f537516daf33fdaf579436dfa33fdd9044f49..4c31166e2785e4f47dedb45ac61a0a2a81abfb56 100644 (file)
@@ -52,8 +52,6 @@ coverage.xml
 
 # Django stuff:
 *.log
-.static_storage/
-.media/
 local_settings.py
 
 # Flask stuff: