newdrive/.gitignore
Elijah f24e96efa7
All checks were successful
CI / Backend (push) Successful in 29s
CI / Frontend (push) Successful in 9m27s
CI / Contracts and repository policy (push) Successful in 7s
CI / Container (push) Successful in 18s
Harden CI and switch release builds to tagged immutable images
2026-07-15 19:21:07 -07:00

35 lines
383 B
Text

# Local configuration and secrets
.env
.env.*
!.env.example
*.local
secrets/
# Local data and generated runtime state
.data/
data/
tmp/
*.pid
*.log
# Go
/bin/
/coverage/
*.test
*.out
vendor/
# Frontend
web/node_modules/
web/dist/
web/coverage/
web/playwright-report/
web/test-results/
*.tsbuildinfo
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
Desktop.ini