feat: update dockerignore

This commit is contained in:
Ante Brähler
2024-11-23 16:11:14 +00:00
parent 0a2201393d
commit ea0cc51370
2 changed files with 64 additions and 16 deletions

32
backend/.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# Node.js modules und Abhängigkeiten (werden durch npm install oder yarn installiert)
node_modules
npm-debug.log
yarn-error.log
.DS_Store
dist
build
*.log
*.tmp
*.swp
.env
.env.local
.env.test
.env.production
.dockerignore
.git
.gitignore
.gitattributes
.gitlab-ci.yml
.github
*.vscode
*.idea
*.sublime*
coverage
*.test.js
*.spec.js

View File

@@ -1,22 +1,38 @@
node_modules node_modules
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
build pnpm-debug.log
dist
*.log
*.swp
*.swo
*.DS_Store
*.git
*.gitignore
*.gitattributes
.DS_Store .DS_Store
.idea dist
.vscode build
*.zip
*.tar.gz *.log
*.tgz *.tmp
*.swp
.env .env
.env.local .env.local
.env.*.local .env.development
.env.production .env.production
.dockerignore
.git
.gitignore
.gitattributes
.gitlab-ci.yml
.github
*.vscode
*.idea
*.sublime*
coverage
*.test.js
*.spec.js
.tailwindcss
.vite
*.cache
.vite-cache