Exclude secrets and SQLite DBs
This commit is contained in:
parent
03284ad209
commit
a3902c93e3
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -160,4 +160,8 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Exclude items that may be used during development
|
||||||
|
*.secret
|
||||||
|
*.db
|
Loading…
Reference in a new issue