mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
32 lines
328 B
Plaintext
32 lines
328 B
Plaintext
# 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
|