krply/.gitignore
lakshit verma fbd7880d87
feat(server): seed demo journal from a bundled fixture
- --demo imports events and snapshot refs into an empty journal,
  idempotent across restarts, for public deployments without a cluster
2026-08-06 06:00:54 +05:30

12 lines
127 B
Text

/bin/
web/node_modules/
web/dist/
*.db
!test/fixtures/demo.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
.DS_Store
coverage.out
tmp/