From a3902c93e3ecbda14bf8189922444d5ab2a42d7c Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 13 Jan 2024 14:24:00 -0800 Subject: [PATCH] Exclude secrets and SQLite DBs --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f82210..e372d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.vscode/ \ No newline at end of file +.vscode/ + +# Exclude items that may be used during development +*.secret +*.db \ No newline at end of file