diff --git a/.dockerignore b/.dockerignore index 72305a78..1764b90e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -public/env.sample.js \ No newline at end of file +public/env.sample.js +.pnpm-store \ No newline at end of file diff --git a/.gitignore b/.gitignore index e323e3b3..230ef2a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules *.map public/env.js public/index.html -/dist \ No newline at end of file +/dist +.pnpm-store \ No newline at end of file