- remove stale docs/admin-frontend-spec.md (old Express/EJS admin), unused templates/ (SmartAdmin copy), dead scripts/sync-agents.cjs, committed dev.pid - add docs/API.md (admin REST API reference) and docs/DATABASE.md (DB schema) - refresh .env.example: drop stale ADMIN_PORT/SHOP_CONTAINER, add ADMIN_URL, HEALTH_PORT, DEFAULT_LANGUAGE, CHATBOT_API_* - add npm run lint so Gitea workflows pass - rebrand web-testing suite from APAW to telegram-shop
38 lines
697 B
Plaintext
38 lines
697 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
|
|
|
|
# Production backups (contain secrets + DB snapshots — never commit)
|
|
production-backup/
|
|
|
|
# Kilo agent configuration (managed locally, not committed)
|
|
.kilo/
|
|
kilo-meta.json
|
|
kilo.jsonc
|
|
AGENTS.md
|
|
admin-next/.env
|
|
|
|
# Admin dev artifacts
|
|
admin-next/.zscripts/*.pid
|
|
admin-next/.next/
|
|
admin-next/node_modules/
|