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>
This commit is contained in:
Mortalus
2026-02-19 20:46:04 +01:00
parent 1e28f8a6b1
commit 2c73695c7d
11 changed files with 1225 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@ node_modules/
dist/
*.db
data/source/
data/seed/
!data/.gitkeep
.env
.env.*