-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (65 loc) · 1.73 KB
/
Copy path.gitignore
File metadata and controls
68 lines (65 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
node_modules/
data/
.env
.deploy.env
.env.local
.env.test.local
.env.*.local
dist/
**/dist/
.preview/
playwright-report/
test-results/
coverage/
.DS_Store
*.log
*.sqlite
*.db-journal
*.db-wal
*.db-shm
# KB binary files — only .md/.txt/.pdf are ingested
*.webp
*.tgs
*.mp4
*.mp3
*.ogg
*.jpg
*.jpeg
*.png
*.gif
*.webm
# …but admin-ui static assets (logo / favicon) ARE part of the app.
!apps/admin-ui/public/
!apps/admin-ui/public/*.png
# …and bot-tester demo assets (synthetic receipt / passport specimens).
!apps/api/assets/bot-test/
!apps/api/assets/bot-test/*.png
# Raw KB export — the curated/extracted markdown is what we ingest, the
# 5MB+ JSON dump it was generated from doesn't need to live in git.
apps/bot/kb/result.json
# Claude Code: ignore personal/runtime config, but track team-shared setup
# (project hooks, subagents, skills, and the scrum orchestrator) so the whole
# team gets the same tools. Личное (settings.local.json, launch.json, worktrees)
# остаётся игнором под .claude/* выше.
.claude/*
!.claude/settings.json
!.claude/agents/
!.claude/skills/
!.claude/commands/
!.claude/scrum/
TODO.md
# Local raw Telegram exports used only to derive redacted eval fixtures.
forsanya/
# Проект на bun (корневой bun.lock). Локфайлы других пакет-менеджеров —
# случайный мусор от `pnpm/npm/yarn install`, плодят ложные Dependabot-алерты
# (так пришёл удалённый conversation-engine/pnpm-lock.yaml). Не коммитим.
pnpm-lock.yaml
package-lock.json
yarn.lock
# /design-sync (claude.ai/design import)
.ds-sync/
ds-bundle/
.design-sync/.cache/
.design-sync/learnings/
.design-sync/node_modules
apps/admin-ui/.ds-compiled.css