mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
add community template for NextJs
This commit is contained in:
parent
ce5da10a3a
commit
df5ad98e81
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…
Reference in New Issue
Block a user