37 lines
407 B
Plaintext
37 lines
407 B
Plaintext
# 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
|