aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 5 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 0217454..3db278a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,28 +8,19 @@
# testing
/coverage
-# next.js
-/.next/
-/out/
+#IDE
+.idea
# production
/build
# misc
.DS_Store
-*.pem
-
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# local files
.env.local
.env.development.local
.env.test.local
.env.production.local
-/.idea
-# vercel
-.vercel
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*