diff options
author | Brendan Forster <github@brendanforster.com> | 2018-03-11 14:58:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 14:58:48 -0700 |
commit | 2eba0d635f6f5f1b22a4ad99dcc9da0c11da2208 (patch) | |
tree | 84af684fd810d3f99173dcb57f97b0f9a958975a | |
parent | c663a8795952da8fdbd07a6a677b9a6837c8f798 (diff) | |
parent | 4f7105bd6ea55fdcc1b68d9718af31cd00446959 (diff) | |
download | gitignore-2eba0d635f6f5f1b22a4ad99dcc9da0c11da2208.tar.gz gitignore-2eba0d635f6f5f1b22a4ad99dcc9da0c11da2208.zip |
Merge pull request #2612 from jtogrul/master
Ignored default sqlite database of Django
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 25b9d8e3..894a44cc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -54,6 +54,7 @@ coverage.xml # Django stuff: *.log local_settings.py +db.sqlite3 # Flask stuff: instance/ |