aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 3 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 5ef6a52..fdb1b48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,16 +2,6 @@
# dependencies
/node_modules
-/.pnp
-.pnp.*
-.yarn/*
-!.yarn/patches
-!.yarn/plugins
-!.yarn/releases
-!.yarn/versions
-
-# testing
-/coverage
# next.js
/.next/
@@ -20,22 +10,18 @@
# production
/build
-# misc
-.DS_Store
-*.pem
-
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
-# env files (can opt-in for committing if needed)
-.env*
+# env files
+.env.local
# vercel
.vercel
# typescript
*.tsbuildinfo
-next-env.d.ts
+next-env.d.ts \ No newline at end of file