diff --git a/server/.gitignore b/server/.gitignore index 13f994d..53aa8ef 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -117,6 +117,9 @@ dist # DynamoDB Local files .dynamodb/ +# DB local files +.db + # TernJS port file .tern-port @@ -128,4 +131,4 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.*