From 8dcb5cb96819547e574d4ca619c54c6f902b8860 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 25 May 2023 22:56:21 +0700 Subject: Update v3.6.1 > Added Thumbnail to info page > Temporarily removed Manga from website until the page is finished --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3