Files
israel-law-mcp/.gitignore
Mortalus 2c73695c7d chore: track seed data in git for portable DB rebuilds
Seed JSON files (parsed legislation) are now committed so that
npm run build:db works on any machine without re-ingestion.
Raw source HTML and .db files remain gitignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 20:46:04 +01:00

12 lines
100 B
Plaintext

node_modules/
dist/
*.db
data/source/
!data/.gitkeep
.env
.env.*
*.tgz
coverage/
.vercel/
.DS_Store