dorfteich/.gitignore
Claude Fable 5 cad0e554b5
Some checks failed
CD / Build and push images (push) Successful in 37s
CI / Lint, typecheck, test (push) Failing after 57s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 7s
CD / Smoke tests against Test (push) Successful in 1m3s
CD / Promote to Int (push) Has been cancelled
Exclude the CI pnpm store from lint and git
The pnpm cache used by the CI workflow lives in .pnpm-store/ inside
the workspace; Prettier and ESLint must not descend into it.

Part of #8

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 00:25:34 +02:00

10 lines
85 B
Plaintext

node_modules/
dist/
coverage/
*.log
.env
.env.*
!.env.example
.DS_Store
.pnpm-store/