aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-25 22:56:21 +0700
committerGitHub <[email protected]>2023-05-25 22:56:21 +0700
commit8dcb5cb96819547e574d4ca619c54c6f902b8860 (patch)
tree492e9147c106d7ddb7706c7ba2127f6d04ac49ce /.gitignore
parentUpdate videoPlayer.js (diff)
downloadmoopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.tar.xz
moopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.zip
Update v3.6.1
> Added Thumbnail to info page > Temporarily removed Manga from website until the page is finished
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