Files
claude-task-master/.gitignore
Ralph Khreish 01963af2cb Fix: issues with 0.13.0 not working (#402)
* Exit prerelease mode and version packages

* hotfix: move production package to "dependencies"

* Enter prerelease mode and version packages

* Enter prerelease mode and version packages

* chore: cleanup

* chore: improve pre.json and add pre-release workflow

* chore: fix package.json

* chore: cleanup
2025-05-03 18:55:18 +02:00

67 lines
862 B
Plaintext

# Dependency directories
node_modules/
jspm_packages/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Cursor configuration -- might have ENV variables. Included by default
# .cursor/mcp.json
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
tests/e2e/_runs/
tests/e2e/log/
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.test
# parcel-bundler cache
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Mac files
.DS_Store
# Debug files
*.debug
init-debug.log
dev-debug.log
# NPMRC
.npmrc