-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (48 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
53 lines (48 loc) · 1.09 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
/.serverless
/.build
/.vscode
/.webpack
/logs
**/node_modules
**/build
/tmp
.DS_Store
.env*
!.env.example
!tests/.env.test.example
npm-debug.log
Thumbs.db
key
*.env
log.sql
# Allow test directory but ignore test results and generated files
!/test
/test/results*
/test/*.log
/dist
*.sh
!test/run-regression.sh
*.log
/.claude
.worktrees/
coverage/
e2e/local-fixtures.json
test-results/
playwright-report/
tests/.env.test
# green-field backend
backend/.env
backend/dist/
# Generated Sendbird seed dump — contains REAL user chat content/PII; run manually,
# never commit (repo is public). Regenerate locally with scripts/gen-sendbird-dump.mjs.
backend/scripts/out/
*.swp
# Adversarial QA artifacts — contain REAL user data/PII (names, avatars, chat,
# user_ids, channel relationships). Repo is public — never commit. Local-only.
docs/audits/study-group-loop-screenshots/
docs/audits/a11y-screenshots/
docs/audits/dm-cleanup-backup-2026-06-13.json
# Brainstorming visual-companion sessions (superpowers plugin)
.superpowers/
# Local-only Claude notes (private-repo pointers, machine-specific setup)
CLAUDE.local.md