mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Merge df5ad98e81
into 524ae7b4c7
This commit is contained in:
commit
c73b3aad37
1 changed files with 34 additions and 0 deletions
34
community/JavaScript/Nextjs.gitignore
Normal file
34
community/JavaScript/Nextjs.gitignore
Normal file
|
@ -0,0 +1,34 @@
|
|||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# next.js build files
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production build files
|
||||
/build
|
||||
|
||||
# project linking
|
||||
.vercel
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
|
||||
# sw stuff
|
||||
public/sw.js
|
||||
public/workbox-*.js
|
Loading…
Add table
Add a link
Reference in a new issue