From 690942a76ec0e936db58461e70836ddc8fd3495c Mon Sep 17 00:00:00 2001 From: Chih-Yung Liang Date: Fri, 12 Jan 2018 08:01:52 +0800 Subject: [PATCH] Remove two ignores for Python/Django Both are neither python-specific nor django-specific: - .static_storage - .media --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index af2f5375..4c31166e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -52,8 +52,6 @@ coverage.xml # Django stuff: *.log -.static_storage/ -.media/ local_settings.py # Flask stuff: