add .db files on gitigore
This commit is contained in:
parent
416592d7df
commit
8471e5177c
5
server/.gitignore
vendored
5
server/.gitignore
vendored
@ -117,6 +117,9 @@ dist
|
|||||||
# DynamoDB Local files
|
# DynamoDB Local files
|
||||||
.dynamodb/
|
.dynamodb/
|
||||||
|
|
||||||
|
# DB local files
|
||||||
|
.db
|
||||||
|
|
||||||
# TernJS port file
|
# TernJS port file
|
||||||
.tern-port
|
.tern-port
|
||||||
|
|
||||||
@ -128,4 +131,4 @@ dist
|
|||||||
.yarn/unplugged
|
.yarn/unplugged
|
||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
Loading…
Reference in New Issue
Block a user