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

Create Nextjs.gitignore

Create Nextjs.gitignore
This commit is contained in:
Dogxi 2025-02-24 19:22:59 +08:00 committed by GitHub
parent e6b8c0e0df
commit 8ff5b39b39
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