Add *.sqlite to gitignore
This commit is contained in:
parent
eaad17b2b0
commit
ce16d068bc
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -65,6 +65,7 @@ app/config.py
|
|||
|
||||
# Do not add database file
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
tmp/
|
||||
|
||||
|
|
Loading…
Reference in a new issue