diff --git a/.dockerignore b/.dockerignore index 176b417..a72ed5e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -127,4 +127,5 @@ dist .yarn/install-state.gz .pnp.* yarn.lock -package-lock.json \ No newline at end of file +package-lock.json +*.sqlite \ No newline at end of file diff --git a/.gitignore b/.gitignore index c156b28..a5c0992 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,5 @@ dist yarn.lock package-lock.json build + +*.sqlite \ No newline at end of file