Files
motovaultpro/.gitignore
Eric Gullickson e5837dfd75
Some checks failed
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Failing after 5s
Deploy to Staging / Verify Staging (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Has been skipped
Deploy to Staging / Notify Staging Failure (push) Successful in 6s
fix: Traefik Let's Encrypt acme.json
2025-12-30 13:09:42 -06:00

23 lines
325 B
Plaintext

node_modules/
.env
.env.local
.env.backup
dist/
*.log
.DS_Store
coverage/
.vscode/
.idea/
*.swp
*.swo
.venv
.playwright-mcp
# K8s-aligned secret mounts (real files ignored; examples committed)
secrets/**
!secrets/
!secrets/**/
!secrets/**/*.example
# Traefik ACME certificates (contains private keys)
data/traefik/acme.json