1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

add community template for NextJs

This commit is contained in:
Emilio Correa 2022-03-20 22:11:04 -03:00
parent ce5da10a3a
commit df5ad98e81

View 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