aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index cc854aa..f2e04c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,8 @@
# testing
/coverage
+/pages/test.js
+/components/devComp
# next.js
/.next/
@@ -29,6 +31,7 @@ yarn-error.log*
# local env files
.env
.env*.local
+.vs
# vercel
.vercel
@@ -39,6 +42,4 @@ yarn-error.log*
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
-**/public/worker-*.js.map
-
-.vs \ No newline at end of file
+**/public/worker-*.js.map \ No newline at end of file