From f60718e8fddcc0ee11d7c2239fdffb8852edd61a Mon Sep 17 00:00:00 2001 From: sepia Date: Mon, 28 Jul 2025 11:39:37 -0500 Subject: [PATCH] Clean up .gitignore a bit --- .gitignore | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index f79d6ed..0c12830 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - # dependencies /node_modules /.pnp @@ -8,17 +6,6 @@ # testing /coverage -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - # debug npm-debug.log* yarn-debug.log* @@ -30,16 +17,15 @@ yarn-error.log* .env.test.local .env.production.local -# vercel -.vercel +# build outputs +package-lock.json +dist/ +target/ +# common artifact extensions **/*.trace **/*.zip **/*.tar.gz **/*.tgz **/*.log -package-lock.json **/*.bun - -dist/ -target/