diff options
author | Brendan Forster <github@brendanforster.com> | 2018-03-11 14:48:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 14:48:23 -0700 |
commit | c663a8795952da8fdbd07a6a677b9a6837c8f798 (patch) | |
tree | 0917c83c4f7208c9f052f80c9ac32f98cf457c4e | |
parent | 96b153a9597efbdfa0a45715c996d71d824745d2 (diff) | |
parent | 690942a76ec0e936db58461e70836ddc8fd3495c (diff) | |
download | gitignore-c663a8795952da8fdbd07a6a677b9a6837c8f798.tar.gz gitignore-c663a8795952da8fdbd07a6a677b9a6837c8f798.zip |
Merge pull request #2577 from cyliang/master
Remove unreasonable ignores for Python/Django
-rw-r--r-- | Python.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python.gitignore b/Python.gitignore index b989be6c..25b9d8e3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -53,8 +53,6 @@ coverage.xml # Django stuff: *.log -.static_storage/ -.media/ local_settings.py # Flask stuff: |