mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat: Add MCPB bundle for Claude Desktop installation (#1599)
Co-authored-by: triepod-ai <199543909+triepod-ai@users.noreply.github.com>
This commit is contained in:
31
.mcpbignore
Normal file
31
.mcpbignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# Exclude everything except manifest and icon
|
||||
# This is an npx-based bundle - no source code needed
|
||||
|
||||
# All source code
|
||||
*.js
|
||||
*.ts
|
||||
*.mjs
|
||||
*.cjs
|
||||
*.jsx
|
||||
*.tsx
|
||||
*.json
|
||||
!manifest.json
|
||||
|
||||
# All directories
|
||||
*/
|
||||
|
||||
# All other files
|
||||
*.md
|
||||
*.txt
|
||||
*.yml
|
||||
*.yaml
|
||||
*.lock
|
||||
*.log
|
||||
.git*
|
||||
.env*
|
||||
.eslint*
|
||||
.prettier*
|
||||
.editorconfig
|
||||
LICENSE*
|
||||
Makefile
|
||||
Dockerfile
|
||||
Reference in New Issue
Block a user