mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-20 00:11:18 +00:00
37 lines
729 B
Text
37 lines
729 B
Text
# --------------------------------------------------
|
|
# Dependencies
|
|
# --------------------------------------------------
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# pnpm
|
|
pnpm-lock.yaml
|
|
|
|
# --------------------------------------------------
|
|
# Build Outputs
|
|
# --------------------------------------------------
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Webview / Vite
|
|
webview-ui/dist/
|
|
webview-ui/.vite/
|
|
|
|
# --------------------------------------------------
|
|
# Environment Files
|
|
# --------------------------------------------------
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# --------------------------------------------------
|
|
# Logs
|
|
# --------------------------------------------------
|
|
npm-debug.log
|