mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* Evals * Remove redundant line * Fix tsc error * Disable debug mode * Add option to kill run
42 lines
400 B
Text
42 lines
400 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.sample
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Next.js
|
|
next-env.d.ts
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
*.tsbuildinfo
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Evals
|
|
evals
|