-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (71 loc) · 1.21 KB
/
.gitignore
File metadata and controls
83 lines (71 loc) · 1.21 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
# Imported Help Center Content (temporary)
help-center/_imported/
.gitbook/assets/imported/
# Import scripts and temporary files
scripts/
package.json
package-lock.json
*-urls.txt
test-urls.txt
discovered-urls.txt
priority-urls.txt
help-center-urls.txt
IMPORT_ORGANIZATION.md
# Internal strategy and analysis documents (should not be public)
AUDIENCE_OPTIMIZATION_SUMMARY.md
COMPREHENSIVE_ENHANCEMENT_PLAN.md
SESSION_CHANGES_SUMMARY.md
TASKADE_DNA_MESSAGING.md
GITBOOK_TRANSFORMATION_PLAN.md
PENDING_CHANGES_REVIEW.md
*_PLAN.md
*_SUMMARY.md
*_MESSAGING.md
# Environment variables and secrets (NEVER COMMIT THESE!)
.env
.env.*
!.env.example.template
*.key
*.pem
*credentials*
*secrets*
config/local.json
config/production.json
# Claude Code
CLAUDE.md
# HonKit / GitBook build output
_book/
# Node modules (if any)
node_modules/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs and import files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
import-log.txt
robust-import-log.txt
*-import-log.txt
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# Temporary folders
tmp/
temp/