1
0
mirror of https://github.com/github/gitignore synced 2025-05-25 09:05:15 +02:00

Merge pull request #4592 from dogyyds/main

Create new Nextjs.gitignore
This commit is contained in:
Daniel Johnson 2025-05-23 13:55:43 -07:00 committed by GitHub
commit cc71ef1577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

36
Nextjs.gitignore Normal file
View File

@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts