Clean up .gitignore a bit

This commit is contained in:
sepia 2025-07-28 11:39:37 -05:00
parent 6700be5515
commit f60718e8fd
1 changed files with 5 additions and 19 deletions

24
.gitignore vendored
View File

@ -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/