36 lines
632 B
Plaintext
36 lines
632 B
Plaintext
.env
|
|
node_modules/
|
|
tests/node_modules/
|
|
tests/screenshots/
|
|
tests/visual/baseline/
|
|
tests/visual/current/
|
|
tests/visual/diff/
|
|
tests/reports/
|
|
*.log
|
|
|
|
# SmartAdmin template — copied from APAW CBS repo, not tracked in downstream projects
|
|
templates/smartadmin/
|
|
|
|
# SQLite databases — never commit
|
|
db/*.db
|
|
db/*.db-wal
|
|
db/*.db-shm
|
|
db/*.backup-*
|
|
db/*.pre-merge-*
|
|
|
|
# Root-level throwaway scripts
|
|
/*.mjs
|
|
|
|
/*.mjs
|
|
|
|
# Production backups (contain secrets + DB snapshots — never commit)
|
|
production-backup/
|
|
screenshot-dash.cjs
|
|
|
|
# Kilo agent configuration (managed locally, not committed)
|
|
.kilo/
|
|
kilo-meta.json
|
|
kilo.jsonc
|
|
AGENTS.md
|
|
admin-next/.env
|