nochmal das Gleiche
This commit is contained in:
36
.dockerignore
Normal file
36
.dockerignore
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# Abhängigkeiten & Build-Artefakte
|
||||||
|
node_modules
|
||||||
|
.next
|
||||||
|
out
|
||||||
|
|
||||||
|
# Umgebungsdateien (Secrets nie ins Image!)
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# Entwicklungs- & Editor-Dateien
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.github
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Betriebssystem
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Migrationsskripte (nicht im Produktions-Image benötigt)
|
||||||
|
scripts/
|
||||||
|
|
||||||
|
# Doku
|
||||||
|
README.md
|
||||||
|
*.md
|
||||||
Reference in New Issue
Block a user