mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
b4d4c0910e
* feat: initial * test: dynamic command retrieval * feat: profiles * feat: agent-browser integration * feat: flag parity * ci: distribution * fix: profile parameters * feat: cleanup * feat: forge * feat: profiles again * feat: more cleanup * chore: more cleanup * fix: short flag conflict * test: more tests * test: more compat test * test: even more tests
43 lines
500 B
Plaintext
43 lines
500 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
target/
|
|
*.tgz
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.test
|
|
|
|
# Test outputs
|
|
coverage/
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Temp directories for testing
|
|
tmp-*
|
|
test-tmp-*
|
|
|
|
# Local planning/report artifacts
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
browser-feedback-working-plan.md
|
|
browser-agent-ux-findings-*.md
|
|
plan.md/
|