Skip to content

Commit f45c66d

Browse files
chore: remove database files from git tracking
- Add project_db/ and query_db/ to .gitignore - Remove local database files from version control - These files contain user credentials and should never be committed
1 parent 2a7777d commit f45c66d

File tree

6 files changed

+4
-8
lines changed

6 files changed

+4
-8
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ dist-ssr
3030
# Local sled databases
3131
project_db
3232
query_db
33+
34+
/src-tauri/project_db# Local databases (should never be committed)
35+
src-tauri/project_db/
36+
src-tauri/query_db/

src-tauri/project_db/conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

src-tauri/project_db/db

-512 KB
Binary file not shown.

src-tauri/query_db/conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

src-tauri/query_db/db

-512 KB
Binary file not shown.
-69 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)