Ver código fonte

Remove two ignores for Python/Django

Both are neither python-specific nor django-specific:
- .static_storage
- .media
Chih-Yung Liang 7 anos atrás
pai
commit
690942a76e
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      Python.gitignore

+ 0 - 2
Python.gitignore

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