Roo-Code/benchmark/.gitignore
2025-03-20 20:01:53 -07:00

39 lines
385 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