mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-06-27 00:29:58 +00:00
46 lines
452 B
Plaintext
46 lines
452 B
Plaintext
# Development files
|
|
.git
|
|
.github
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
dev-debug.log
|
|
init-debug.log
|
|
|
|
# Source files not needed in the package
|
|
src
|
|
test
|
|
tests
|
|
docs
|
|
examples
|
|
.editorconfig
|
|
.eslintrc
|
|
.prettierrc
|
|
.travis.yml
|
|
.gitlab-ci.yml
|
|
tsconfig.json
|
|
jest.config.js
|
|
|
|
# Original project files
|
|
tasks.json
|
|
tasks/
|
|
prd.txt
|
|
scripts/prd.txt
|
|
.env
|
|
|
|
# Temporary files
|
|
.tmp
|
|
.temp
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Debug files
|
|
*.debug |