mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 22:03:48 +00:00
41 lines
322 B
Text
41 lines
322 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
target/
|
|
|
|
# Package manager
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Cache
|
|
.cache/
|
|
.astro/
|
|
*.tsbuildinfo
|
|
.turbo/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Rust
|
|
Cargo.lock
|
|
**/*.rs.bk
|