add server/db/index.ts to gitignore

This commit is contained in:
miloschwartz
2025-06-18 14:20:55 -04:00
parent 17ac5a5e81
commit b84b78a34d
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ bin
.secrets .secrets
test_event.json test_event.json
.idea/ .idea/
server/db/index.ts

View File

@@ -1,2 +0,0 @@
export * from "./sqlite";
// export * from "./pg";