errorlab/.dockerignore
2026-04-13 00:16:56 +03:00

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.*