fix: .gitignore

This commit is contained in:
Prad Nukala
2026-06-29 10:50:39 -04:00
parent 293810b235
commit ee266a4197
42 changed files with 15 additions and 15547 deletions
+15 -28
View File
@@ -1,38 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# build output
dist/
.output/
# dependencies
data
node_modules
.pnp
.pnp.js
tmp/
node_modules/
# testing
coverage
# next.js
.next/
out/
build
# misc
.DS_Store
*.pem
# debug
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
# environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production
# turbo
.turbo
# macOS-specific files
.DS_Store
# vercel
.vercel
# misc
*.pem
.cache
.astro