89 lines
1.0 KiB
Plaintext
89 lines
1.0 KiB
Plaintext
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Build outputs
|
|
/dist
|
|
/build
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.remote
|
|
.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
|
|
crates/executors/bindings
|
|
crates/utils/bindings
|
|
crates/services/bindings
|
|
crates/server/bindings
|
|
crates/remote/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/
|
|
remote-frontend/dist
|