-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
101 lines (86 loc) · 1.32 KB
/
.gitignore
File metadata and controls
101 lines (86 loc) · 1.32 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
# Node modules
node_modules/
web/node_modules/
api/node_modules/
agentbot-backend/node_modules/
agentbot-worker/node_modules/
# Build outputs
dist/
.next/
agentbot-backend/dist/
agentbot-worker/dist/
# Environment files (CRITICAL - never commit secrets)
.env
.env.local
.env.*.local
.env.prodcheck
.env.production
.env.vercel
.env.example
.env.security
.env.frontend
.env.development.local
web/.env
web/.env.local
web/.env.prodcheck
web/.env.production
web/.env.vercel
web/.env.example
web/.env.recoverycheck
agentbot-backend/.env
agentbot-backend/.env.local
**/.env
**/.env.*
!**/.env.example
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
logs/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Docker
docker-compose.override.yml
*.dockerignore
# Certificates
certs/
# Data
data/
*.db
*.sqlite
# Vercel
.vercel
# Secrets and keys
*.pem
*.key
credentials.json
service-account-key.json
# Claude worktrees (contains secrets)
.claude/worktrees/*/
# Test results
test-results/
playwright-report/
playwright-results/
# AI tool directories (symlinks, not project content)
.factory/
.kiro/
.mux/
.trae/
.claude/skills/
.claude/worktrees/
.agents/skills/
skills-lock.json
# Local env files (never commit)
.env.local
web/.env.local
agentbot-backend/.env.local
# Local standalone repos
btcpay-configurator/
keys/