-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 1.13 KB
/
.gitignore
File metadata and controls
55 lines (49 loc) · 1.13 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
node_modules/
.next/
dist/
.env
.env.local
.turbo/
coverage/
*.tsbuildinfo
.vercel
.env*.local
.env.smoke
.vercel.bak/
# Sensitive/internal docs — NEVER commit these
# Specific files
STRATEGIC_BLUEPRINT.md
ANTHROPIC_PARTNER_APPLICATION.md
UI_IMPLEMENTATION_PLAN.md
SMOKE_TEST_GUIDE.md
MANUAL_SMOKE_TEST.md
SMOKE_TEST_TRACKER*
VERCEL_DEBUG_HANDOFF.md
smoke-results*
# Pattern-based protection for sensitive doc types
*BLUEPRINT*.md
*ROADMAP*.md
*STRATEGY*.md
*PARTNER_APPLICATION*
*IMPLEMENTATION_PLAN*
*SMOKE_TEST*
*DEBUG_HANDOFF*
*COMPETITIVE_*
*GTM_*
# Private directories
private/
internal/
*-private/
.mcpregistry_*
# Founder reference drafts — outreach replies, 1:1 templates, private
# user notes. These contain real names and should never be committed.
data/cold-outreach/
data/users/
# Word doc exports of master-plan content. These are regeneratable from
# the .md sources and the proprietary versions live in private/master-plan/
# rather than docs/master-plan/. Belt-and-suspenders preventive.
docs/master-plan/*.docx
# GridBot runtime state & logs
scripts/gridbot/state.json
scripts/gridbot/schedule-state.json
scripts/gridbot/logs/*.jsonl