Add next.js stuff to .gitignore

This commit is contained in:
cte 2025-03-19 23:11:53 -07:00
parent 9e88e95a72
commit 0c866107ed
2 changed files with 4 additions and 7 deletions

View file

@ -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

View file

@ -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.