Files
vibe-kanban/.gitignore
Louis Knight-Webb 2c4a7f7f4b Squashed commit of the following:
commit 67a4068a7fe7834e7335a9f4c22ab7f91588b1bc
Author: Louis Knight-Webb <louis@bloop.ai>
Date:   Fri Jun 20 16:09:04 2025 +0100

    Update CLI

commit 0c3f38c90133970d5016712056dbcc6daffb138b
Author: Louis Knight-Webb <louis@bloop.ai>
Date:   Fri Jun 20 15:54:58 2025 +0100

    Boilerplate
2025-06-20 16:10:07 +01:00

76 lines
767 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
# Logs
*.log
logs/
# 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_codesign_release.sh
npx-cli/dist