Skip to content

Commit 2eba0d6

Browse files
authored
Merge pull request #2612 from jtogrul/master
Ignored default sqlite database of Django
2 parents c663a87 + 4f7105b commit 2eba0d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ coverage.xml
5454
# Django stuff:
5555
*.log
5656
local_settings.py
57+
db.sqlite3
5758

5859
# Flask stuff:
5960
instance/

0 commit comments

Comments
 (0)