-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (37 loc) · 562 Bytes
/
.gitignore
File metadata and controls
47 lines (37 loc) · 562 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
# Dependencies
node_modules/
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
# Runtime data
pids/
*.pid
*.seed
# Certificates (generated by Greenlock)
greenlock.d/live/
greenlock.d/accounts/
greenlock.d/staging/
# Backups (contain user data)
backups/
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Docker volumes (local dev)
mongo_data/
# CC Agent binaries (large files, deploy separately)
public/downloads/
cc-agent/cc-agent-linux-amd64
cc-agent/cc-agent-linux-arm64
Rules.md
TODO.md
TEST-CHECKLIST.md