372a9c55ea
- .gitignore had 2 lines saved as UTF-16-LE (temp-db-check.cjs and .playwright-mcp), so the patterns weren't actually ignoring those files. Rewrote in plain UTF-8. - Plan 005 (gis-api export endpoints) was marked "not yet built" but gis-api commit bbd6e7c shipped all five endpoints on 2026-05-21 with 38 new tests; update the status block to reflect that, including the one open caveat (PIZ basemap=orto still 501). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
51 lines
610 B
Plaintext
51 lines
610 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.claude/
|
|
context.md
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
/src/generated/prisma
|
|
/src/generated/prisma
|
|
temp-db-check.cjs
|
|
.playwright-mcp/
|