feat: update dockerignore
This commit is contained in:
32
backend/.dockerignore
Normal file
32
backend/.dockerignore
Normal 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
|
||||
@@ -1,22 +1,38 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
build
|
||||
dist
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*.DS_Store
|
||||
*.git
|
||||
*.gitignore
|
||||
*.gitattributes
|
||||
pnpm-debug.log
|
||||
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
dist
|
||||
build
|
||||
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.env.production
|
||||
.env.development
|
||||
.env.production
|
||||
|
||||
.dockerignore
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.gitlab-ci.yml
|
||||
.github
|
||||
|
||||
*.vscode
|
||||
*.idea
|
||||
*.sublime*
|
||||
|
||||
coverage
|
||||
*.test.js
|
||||
*.spec.js
|
||||
|
||||
.tailwindcss
|
||||
|
||||
.vite
|
||||
*.cache
|
||||
.vite-cache
|
||||
|
||||
Reference in New Issue
Block a user