chore: Optimized Dockerfile and .dockerignore for faster deployments.
This commit is contained in:
@@ -1,12 +1,21 @@
|
||||
node_modules
|
||||
build
|
||||
.svelte-kit
|
||||
.git
|
||||
node_modules/
|
||||
build/
|
||||
.svelte-kit/
|
||||
.git/
|
||||
.env
|
||||
.env.*
|
||||
!.env.staging
|
||||
!.env.prod
|
||||
npm_deploy
|
||||
test-results
|
||||
test_results
|
||||
documentation
|
||||
npm_deploy/
|
||||
test-results/
|
||||
test_results/
|
||||
documentation/
|
||||
backups/
|
||||
*.log
|
||||
*.bak
|
||||
.claude/
|
||||
.vscode/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
Reference in New Issue
Block a user