Exclude secrets and SQLite DBs

This commit is contained in:
Liam Steckler 2024-01-13 14:11:54 -08:00
parent 3f02a3dba9
commit 08afdd09c0

6
.gitignore vendored
View file

@ -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