packages-cli/.gitignore
Lilith fa6f788a74 feat(cli): initial commit of packages-cli
New workspace-specific CLI for @packages operations:
- consumers find/update commands
- publish pending/package commands
- ci-status command

Ported from bash scripts to TypeScript for better maintainability.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 05:08:14 -08:00

26 lines
205 B
Text

# Dependencies
node_modules/
# Build output
dist/
*.tsbuildinfo
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
pnpm-debug.log*