-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
170 lines (140 loc) · 2.84 KB
/
.gitignore
File metadata and controls
170 lines (140 loc) · 2.84 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Claude Code control files (ephemeral, worktree-local)
.claude-hook-bypass
.claude-task-contract
.claude/scheduled_tasks.lock
# dependencies
/node_modules
package-lock.json
/.pnp
.pnp.js
# testing
/coverage
# database
# (using Drizzle + Supabase)
# next.js
/.next/
/out/
next-env.d.ts
/public/uploads
# production
/build
# misc
.DS_Store
*.pem
# debug
*.log
# Structured logging directory
logs/
*.jsonl
# Beads issue tracker (Dolt DB — not tracked in git)
.beads/
.dolt/
# Environment variable files
# Strategy: Ignore every .env* variant by default, then explicitly allow safe templates.
# Only the base `.env` (shared non‑secret defaults) and `.env.example` (template) are tracked.
# If you add another committed template, add another negation line.
.env*
!.env
!.env.example
!.env.test
!.env.ci
*.key
*.p12
*.pfx
**/.env -> *
**/secrets -> *
# vercel
.vercel
# typescript
*.tsbuildinfo
# caching directories
.cache/
# idea files
.idea
# Temporary files
/tmp
.gemini/
.recycle_bin/
/data/
#index.html
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/trace/
/e2e/fixtures/*.dump
/e2e/.auth/
# Supabase
supabase/.temp/
supabase/.branches/
supabase/config.toml.bak.*
# Generated from config.toml.template (worktree-specific)
supabase/config.toml
# Archived v1 test artifacts and build caches
# (should have been ignored in v1, preventing future similar issues)
.archived_v1/**/.next/
.archived_v1/**/coverage/
.archived_v1/**/.cache/
.archived_v1/**/*.tsbuildinfo
# Git worktrees and Claude Code worktree management
.claude/worktrees/
worktrees/
# Build/lint/test output files
*-errors.json
*-report.json
*-output.log
test-output-*.txt
typescript-output.log
eslint-test-output.log
eslint-prod-errors.json
eslint-results.sarif
.eslintcache
shellcheck-results.sarif
betterer-output.log
agent_workspace/
cleanup_analysis/
# Project index files (auto-generated)
PROJECT_INDEX.json
# Claude hooks cache files
.claude/hooks/.quality-check.js.swp
.claude/hooks/.quality-check.json.swp
.claude/hooks/tsconfig-cache.json
.claude/settings.local.json
# Generated per-worktree by post-checkout hook (port varies per worktree)
.claude/launch.json
.betterer.results.backup
.worktree-ports
.env*.local
.eslintcache
.claude/recycle_bin/
.playwright-mcp/
logs_result.json
/src/app/test-logs/
# Agent Artifacts
walkthrough.md
implementation_plan.md
task.md
planning_task.md
artifacts/superpowers/
.agent/logs/
.agent/tmp/
.pytest_cache/
__pycache__/
*.pyc
# Sentry Config File
.env.sentry-build-plugin
# Auto-generated test schema
src/test/setup/schema.sql
supabase/migrations/
# bv (beads viewer) local config and caches
.bv/
# Beads issue tracker (Dolt-backed)
.beads/
.dolt/
*.db
.beads-credential-key
# Superpowers plugin ephemeral files
.superpowers/