dev1/.dockerignore
Josh 8c52e29e34
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
pipline and dockerfile updates
2025-08-20 15:37:32 +00:00

33 lines
353 B
Plaintext

# never ship secrets
.env
.env.*
*.env
**/*.env
**/*.env.*
# VCS / workspace junk
.git
.gitignore
.vscode
.idea
# node noise (server images install their own deps)
node_modules
**/node_modules
npm-debug.log*
yarn.lock
pnpm-lock.yaml
# transient outputs (but KEEP build/ for nginx)
dist
coverage
.DS_Store
*.log
# keys/certs
*.pem
*.key
*.crt
*.pfx