From 58fc035faea6150f5640379c43cb5941c0a6c8fd Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 17 Feb 2024 10:39:11 +0530 Subject: [PATCH] Prune gitignore --- .gitignore | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 23c560af3..57218ba7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,52 +1,24 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies +# Node node_modules/ -.pnp/ -.pnp.js -# testing -coverage/ - -# next.js +# Next.js .next/ out/ - -# production -build/ +.vercel +.turbo/ # misc .DS_Store -*.pem +tsconfig.tsbuildinfo # debug npm-debug.log* yarn-debug.log* yarn-error.log* -tsconfig.tsbuildinfo - # local env files +.env .env.local .env.development.local .env.test.local .env.production.local - -# vercel -.vercel - -out_functions -out_publish - -.env -.idea/ - -# workbox -public/sw.js -public/sw.js.map -public/worker-*.js -public/worker-*.js.map - - -# turbo -**/.turbo/ \ No newline at end of file