-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (66 loc) · 978 Bytes
/
Copy path.gitignore
File metadata and controls
76 lines (66 loc) · 978 Bytes
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
# SCMS Starter Kit - .gitignore
# User Data (DO NOT TRACK - Protected)
economics-dashboard-data.json
economics-dashboard-data.*.json
checkpoints/
scms-sessions/
*.backup.json
# User Customizations
WORKSPACE_RULES.custom.md
.env.local
# Security - API keys and credentials
.env*.local
.env.*.local
*.pem
*.key
*.cert
*.p12
*.pfx
secrets.json
credentials.json
config.local.json
# IDE-specific files
.vscode/
.idea/
*.swp
*.swo
*~
# Dependencies (CRITICAL - Never track)
node_modules/
package-lock.json
npm-debug.log*
yarn-error.log*
yarn.lock
pnpm-debug.log*
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Thumbs.db:encryptable
desktop.ini
*.lnk
# Build outputs
dist/
build/
*.log
logs/
*.log.*
debug.log
# Database files (defensive - not used but protected)
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
# Temporary files
*.tmp
*.temp
.cache/
.temp/
# Validation research (private - not part of starter kit)
docs/testing/
docs/outreach/