forked from jeremylongshore/claude-code-plugins-plus-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (97 loc) · 1.72 KB
/
Copy path.gitignore
File metadata and controls
114 lines (97 loc) · 1.72 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
102
103
104
105
106
107
108
109
110
111
112
113
114
# Dependencies
node_modules/
npm-debug.log
yarn-error.log
package-lock.json
yarn.lock
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
# Testing
test-marketplace/
tmp/
temp/
*.tmp
.pytest_cache/
__pycache__/
*.pyc
test-results/
playwright-report/
playwright/.cache/
# Logs
*.log
logs/
# Environment
.env
.env.local
.env.*.local
.mcp.json
# Build outputs
dist/
build/
*.egg-info/
# Misc
.cache/
coverage/
# Private documentation and business documents (NEVER commit)
000-docs/
# EXCEPT: 6767 canonical standards (cross-repo standards)
!000-docs/6767*.md
website/
# Internal planning and research documents (do not commit to public repo)
RESEARCH-FINDINGS.md
PLUGIN-CATEGORIZATION-MATRIX.md
PHASED-DEVELOPMENT-PLAN.md
TOP-TIER-PLUGIN-IDEAS.md
EXECUTIVE-SUMMARY.md
PHASE-1-STATUS.md
MARKETPLACE-READY.md
skill-name-mappings.json
/tmp/*.md
/tmp/*.sh
# Temporary migration preservation (do not commit)
_PRESERVE_MIGRATION/
# External repositories and reference materials (do not commit)
adk-python/
adk-samples/
google-adk-reference/
marketplace/backup-*/
# NPM configuration files (local overrides)
.npmrc
packages/**/.npmrc
# Workspace lab directory (safe sandbox for experiments)
workspace/
.venv
.venv/
# Beads task management (development tooling only - never ship to production)
.beads/
.beads/*.db
.beads/*.db-wal
.beads/*.db-shm
.beads/daemon.*
.beads/.local_version
reports/
marketplace/.firebase/
.firebase/
# Cowork download zips (generated at build time by build-cowork-zips.mjs)
marketplace/public/downloads/
marketplace/src/data/cowork-manifest.json
**/skills/*/data/
claudes-docs/
# Dolt database files (added by bd init)
.dolt/
*.db