mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
# Claude Code Plugin
|
|
# Build tooling and generated plugin distribution files
|
|
# Source files live in assets/claude/
|
|
|
|
# Only ignore build artifacts and dependencies
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Everything else (including generated plugin files) should be committed
|
|
# so GitHub can serve them for Claude Code marketplace
|