diff --git a/.dockerignore b/.dockerignore index 3b462cb..7a954b8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -21,3 +21,7 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Package +dist/ + diff --git a/.gitignore b/.gitignore index 3b462cb..2ca6269 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Package +dist/