From df5ad98e81af307f63cb77daf6b435cbfb851e8a Mon Sep 17 00:00:00 2001 From: Emilio Correa Date: Sun, 20 Mar 2022 22:11:04 -0300 Subject: [PATCH] add community template for NextJs --- community/JavaScript/Nextjs.gitignore | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/JavaScript/Nextjs.gitignore diff --git a/community/JavaScript/Nextjs.gitignore b/community/JavaScript/Nextjs.gitignore new file mode 100644 index 00000000..b390d8c1 --- /dev/null +++ b/community/JavaScript/Nextjs.gitignore @@ -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 \ No newline at end of file