mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Add next.js stuff to .gitignore
This commit is contained in:
parent
9e88e95a72
commit
0c866107ed
2 changed files with 4 additions and 7 deletions
6
benchmark/.gitignore
vendored
6
benchmark/.gitignore
vendored
|
|
@ -19,12 +19,15 @@ coverage
|
|||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Next.js
|
||||
next-env.d.ts
|
||||
|
||||
# Build Outputs
|
||||
.next/
|
||||
out/
|
||||
build
|
||||
dist
|
||||
|
||||
*.tsbuildinfo
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
|
|
@ -37,4 +40,3 @@ yarn-error.log*
|
|||
|
||||
# Roo-Code-Benchmark
|
||||
exercises
|
||||
|
||||
|
|
|
|||
5
benchmark/packages/web/next-env.d.ts
vendored
5
benchmark/packages/web/next-env.d.ts
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
Loading…
Add table
Reference in a new issue