-
Notifications
You must be signed in to change notification settings - Fork 490
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (46 loc) · 1.15 KB
/
Copy path.gitignore
File metadata and controls
50 lines (46 loc) · 1.15 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
node_modules
validation-report.txt
skill-validation-report.txt
mise.toml
yarn.lock
.DS_Store
.claude
# Environment files
.env
.env.local
.env.*.local
scripts/mcp-importers/.env
.mcp.json
docs
# Build-time copy of story cover images (source lives in stories/<slug>/cover.*)
web-ui/public/stories
CLAUDE.md
GEMINI.md
# Editor + local caches
.vscode
__pycache__/
*.pyc
scripts/.discovered-plugins.json
scripts/.plugin-cache.json
# Local-only maintenance scripts (kept on disk, out of the repo)
scripts/categorize-skills.js
scripts/fix-skill-names-categories.js
scripts/fetch-composio-skills.js
scripts/clean-marketplace-components.js
scripts/fix-argument-hints.js
scripts/fix-hooks-marketplace.js
scripts/remove-hooks-from-marketplace.js
scripts/migrate-to-plugin-structure.js
scripts/generate-hooks-config.js
scripts/generate-marketplace.js
scripts/generate-mcp-config.js
scripts/fetch-docker-mcp.js
scripts/fetch-official-mcp.js
scripts/docker-hub-api.js
scripts/enhance-docker-stats.js
scripts/validate-mcp-servers.js
scripts/mcp-server-schema.json
scripts/process-command-file.js
scripts/process-new-commands.sh
scripts/mcp-importers/
web-ui/scripts/create-meili-key.js