Files
vibe-kanban/.gitignore
Gabriel Gordon-Hall e9882b23b9 chore: re-enable local mcp builds (#475)
* bump rmcp version

* uncomment mcp from local build script; bump rmcp crate version
2025-08-15 10:24:51 +01:00

84 lines
906 B
Plaintext

# Rust
/target
**/*.rs.bk
Cargo.lock
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Build outputs
/dist
/build
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# ESLint cache
.eslintcache
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Storybook build outputs
.out
.storybook-out
.env
frontend/dist
backend/bindings
build-npm-package-codesign.sh
npx-cli/dist
npx-cli/vibe-kanban-*
vibe-kanban-*.tgz
# Development ports file
.dev-ports.json
dev_assets
/frontend/.env.sentry-build-plugin
.ssh
vibe-kanban-cloud/