-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
427 lines (344 loc) · 7.62 KB
/
.gitignore
File metadata and controls
427 lines (344 loc) · 7.62 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# vercel
.vercel
# netlify
.netlify/
# typescript
*.tsbuildinfo
next-env.d.ts
# IDE & Development Tools
.vscode/
.idea/
*.swp
*.swo
*~
.cursor/
.claude/
.claude.backup/
.codex/
.cursorrules
.editorconfig
# ============================================================================
# AI/CLAUDE CODE DEVELOPMENT FILES
# These are development artifacts for Claude Code/Cursor and should not
# be pushed to production. They contain development instructions/workflows.
# ============================================================================
CLAUDE.md
.claude/
.cursor/
.cursorrules
# Development Phase Tracking (internal development milestones)
PHASE*_COMPLETE.md
PHASE*_STATUS.md
PHASE*_MIGRATION*.md
# Integration Test Documentation (development artifacts)
INTEGRATION_TEST_*.md
# Development Status Files
FINAL_STATUS.md
DELIVERABLES_SUMMARY.md
PROJECT_COMPLETION_SUMMARY.md
PROJECT_STATUS_SUMMARY.md
IMPLEMENTATION_SUMMARY.md
# Build/Optimization Reports (generated during development)
BILLING_TEST_AUDIT_SUMMARY.md
BROWSER_VALIDATION_REPORT.md
BUNDLE_OPTIMIZATION_SUMMARY.md
CHECKOUT_CONSOLIDATION_REPORT.md
CONSOLIDATION_SUMMARY.md
CONTENT_CONSOLIDATION_SUMMARY.md
FILE_TREE_SUMMARY.md
FINAL_DOCS_AUTOMATION_REPORT.md
NEXT_IMAGE_OPTIMIZATION_SUMMARY.md
PERFORMANCE_TESTING_SUMMARY.md
SECURITY_AUDIT_REPORT.md
WEBHOOK_FIX_REPORT.md
NETLIFY_ENV_VARS_CHECKLIST.md
DEPLOYMENT_CHECKLIST.md
DEPLOYMENT_FIX_GUIDE.md
DEPLOYMENT_VERIFICATION.md
# Keep .husky/ for CI - contains install.mjs needed by prepare script
# .husky/ # REMOVED - needed for Netlify builds
.husky/_/ # Ignore husky internal directory only
.storybook/
# Security audit files
security_audit_results.txt
# Documentation (temporary/planning)
REACTBITS_*.md
# OS
Thumbs.db
.DS_Store
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage
.grunt
# Bower dependency directory
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons
build/Release
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
eslint-report.json
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Environment Variables - CRITICAL: Never commit these!
.env
.env.*
!.env.example
!.env.docker
.env.local
.env.development
.env.development.local
.env.test
.env.test.local
.env.production
.env.production.local
.env.staging
*.env
.new-keys-*.env
.env.mcp
.env.docker.local
# Security & Secrets - CRITICAL: Contains API keys
PRODUCTION_KEYS.txt
.production-keys-*.txt
secrets.txt
secrets.json
*.keys
*.key
*-keys.txt
*-keys.md
KEY_ROTATION_TRACKER.md
CLERK_SETUP_GUIDE.md
SECURITY_FIX_INSTRUCTIONS.md
credentials.json
credentials.txt
config.secret.js
config.secret.json
NETLIFY_ENV_VARIABLES.txt
NETLIFY_ENV_VARIABLES_*.txt
*_ENV_VARIABLES.txt
# Netlify environment exports - contain secrets
netlify-env*.json
# API Key Files
**/api-keys/
**/secrets/
**/credentials/
.secrets/
.credentials/
# Backup Files
*-backup-*.json
courts-backup-*.json
judges-backup-*.json
# Analysis Reports and Data Files
*-analysis.json
*-validation-report.json
database-integrity-report.json
court-judge-validation-report.json
/data/*.json
/reports/
# UniCourt ETL Data (local data sync cache)
/data/unicourt/
# Temporary Scripts
scripts/test-*.js
scripts/fix-*.js
scripts/temp-*.js
test-*.mjs
test-*.js
*.backup
sync-progress.json
tests-eslint.json
nul
# parcel-bundler cache
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# public - commented out for Next.js, public folder should be committed
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Environment variables
.env
.env.local
.env.production.local
.env.development.local
.playwright-mcp/
# Test Reports & Build Artifacts
/playwright-report/
/test-results/
*.tsbuildinfo
/coverage/
scripts/clear-cache-now.mjs
scripts/clear-redis-cache.mjs
scripts/regenerate-judge-analytics.mjs
data/.etl-state/
data/*.csv
data/*.csv.bz2
# Test reports in ANY subdirectory (not just root)
**/test-report*.json
**/*-test-report*.json
**/analysis-report.json
**/analytics-research-report.json
test-screenshots/
scripts/screenshots/
screenshots/**/test-report*.json
screenshots/**/*-report.json
# UX Audit Results
ux-audit-results/
*storybook.log
storybook-static
# Build artifacts (added by cleanup)
.netlify/
tsconfig.tsbuildinfo
playwright-report/
.playwright-mcp/
# Generated audit/test files with potential secrets
audit-*.js
*-schema-comparison.js
clear-cache-*.mjs
# SECURITY: Files with exposed Stripe secrets
docs/audits/STRIPE_CONFIGURATION_FIXED.md
# Generated reports (global patterns - kept for compatibility)
*_REPORT.md
*_SUMMARY.md
*_AUDIT.md
*_ANALYSIS.md
DEPLOYMENT_*.md
# Files with environment variable examples (contain keys)
PRODUCTION_ENV_VARS_*.md
scripts/setup-netlify-env.sh
*_ENV_VARS_*.md
docs/deployment/NETLIFY_PRODUCTION_SETUP_GUIDE.md
# ============================================================================
# ROOT DIRECTORY CLEANUP PATTERNS
# These patterns prevent clutter in the project root while allowing files
# in appropriate subdirectories (docs/, test-results/, scripts/, etc.)
# ============================================================================
# Generated reports in root (keep in docs/)
/*_REPORT.md
/*_SUMMARY.md
/*_AUDIT.md
/*_ANALYSIS.md
/*_REFERENCE.md
/DEPLOYMENT_*.md
/MONITORING_*.md
/PRODUCTION_*.md
/VERIFICATION_*.md
# Screenshots in root (keep in test-results/)
/*.png
/JUDGES-*.png
/FINAL-*.png
# Test artifacts in root (keep in test-results/)
/test-report*.json
/health-check-summary.json
# Temporary test scripts in root (keep in scripts/)
/debug-*.js
/simple-*.js
/verify-*.js
/test-*.js
/check-*.js
# SQL files in root (keep in scripts/sql/ or supabase/migrations/)
/*.sql
/backup-*.sql
# Auto-generated runtime configuration (regenerated during build)
lib/generated/
# ============================================================================
# DOCUMENTATION DEVELOPMENT ARTIFACTS
# Prevent accumulation of dev-only docs that shouldn't be versioned
# ============================================================================
# Archive folder (obsolete docs)
docs/archive/
# Development session logs
docs/**/*SESSION*.md
docs/**/*session*.md
# Debug reports (development artifacts)
docs/**/*DEBUG*.md
docs/**/*debug*.md
# Consolidation tracking (internal)
docs/**/*CONSOLIDATION*.md
# Temporary status files
docs/**/*STATUS*.md
!docs/project-status/STATUS.md
# State files
.circuit_breaker_state
.ralph_session
.ralph_session_history
.call_count
.circuit_breaker_history
.artifacts-timestamp
.commit-message.txt
.giga/
# Seed/import data (already in Supabase)
data/raw/
data/failed-batches/
# Dev screenshots and performance baselines
screenshots/
lighthouse-reports/
# Temp files
*.tmp