25 lines
264 B
Plaintext
25 lines
264 B
Plaintext
# Build outputs
|
|
dist/
|
|
node_modules/
|
|
|
|
# Version control
|
|
.git/
|
|
.gitignore
|
|
|
|
# Helm chart (not needed inside the image)
|
|
helm/
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
*.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Env files (never bake secrets into the image)
|
|
.env
|
|
.env.*
|