Files
telegram-shop/.gitignore
NW 12c4cefc4c chore: ignore Kilo agent config files (kept on disk, system unaffected)
- Add .kilo/, kilo-meta.json, kilo.jsonc, AGENTS.md to .gitignore
- git rm --cached: files remain on disk, only removed from version control
- Agent pipeline (orchestrator, agents, capability-index) keeps working locally
2026-08-04 22:57:03 +01:00

33 lines
585 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
# 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