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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user