mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-20 18:54:52 +02:00
add server/db/index.ts to gitignore
This commit is contained in:
parent
17ac5a5e81
commit
b84b78a34d
2 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -32,4 +32,5 @@ installer
|
||||||
bin
|
bin
|
||||||
.secrets
|
.secrets
|
||||||
test_event.json
|
test_event.json
|
||||||
.idea/
|
.idea/
|
||||||
|
server/db/index.ts
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
export * from "./sqlite";
|
|
||||||
// export * from "./pg";
|
|
Loading…
Add table
Add a link
Reference in a new issue