-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (62 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
76 lines (62 loc) · 1.07 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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# VS Code
#.vscode/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next/
out/
.open-next/
# Environment files
.env
.env.local
.env.*.local
.dev.vars
# Wrangler configs hold per-deployment IDs (D1 db, KV namespace) and should not be
# committed. Each clone copies the .example file and fills in their own values.
backend/wrangler.toml
web/workers/chat/wrangler.toml
.tony-menu.local.json
# Build outputs
build/
dist/
# Testing
coverage/
.nyc_output/
playwright-report/
test-results/
# Cloudflare
.wrangler/
# Auto Claude data directory
.auto-claude/
# Auto Claude generated files
.auto-claude-security.json
.auto-claude-status
.claude_settings.json
.worktrees/
.security-key
logs/security/
.gstack/
# Local Firestore backup dumps (may contain real customer data)
backend/backups/
# Local/generated SQL dumps (may contain real customer data)
backend/tmp-import.sql
backend/*.sql
# Local exports / runtime data
backend/exports/