-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (69 loc) · 1.12 KB
/
.gitignore
File metadata and controls
90 lines (69 loc) · 1.12 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Dependencies
node_modules/
# Build output
dist/
build/
out/
# Environment
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test coverage
coverage/
# Logs
*.log
npm-debug.log*
# Internal/Private documents (not for public repo)
plan.md
BUSINESS.md
*.private.md
# Local storage (user data)
.betterprompt/
# Temporary files
*.tmp
*.temp
.next
.next
tsconfig.tsbuildinfo
# SST
.sst/
sst.config.ts.*.mjs
# Claude Code local settings
.claude/
# Desktop app builds
packages/desktop/release/
packages/desktop/dist/
*.dmg
*.blockmap
# Backup files
*.bak
# Phase 1 cache (generated, user-specific session data)
scripts/fixtures/phase1-cache/
scripts/fixtures/phase2-cache/
scripts/fixtures/phase3-cache/
# Local troubleshooting notes
trouble_shooting/
.worktrees
# Agent orchestration state
.omx/
# Claude plugin local config (marketplace.json must be tracked for plugin installation)
.claude-plugin/*
!.claude-plugin/marketplace.json
# Experimental / scratch projects
unstuck/
# Business documents
*.docx
docs/plans/
# Marketing content
contents/
# Runtime artifacts
.ouroboros/
local.db