mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
34 lines
264 B
Text
34 lines
264 B
Text
# Build outputs
|
|
target/
|
|
dist/
|
|
build/
|
|
|
|
# Dependencies
|
|
**/node_modules/
|
|
|
|
# Cache
|
|
.cache/
|
|
.turbo/
|
|
**/.turbo/
|
|
*.tsbuildinfo
|
|
.pnpm-store/
|
|
coverage/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
.openhandoff/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# Tests
|
|
**/test/
|
|
**/tests/
|