mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
35 lines
364 B
Plaintext
35 lines
364 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
|
|
# 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-*
|