diff options
| author | Factiven <[email protected]> | 2023-05-25 22:56:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-25 22:56:21 +0700 |
| commit | 8dcb5cb96819547e574d4ca619c54c6f902b8860 (patch) | |
| tree | 492e9147c106d7ddb7706c7ba2127f6d04ac49ce /.gitignore | |
| parent | Update videoPlayer.js (diff) | |
| download | moopa-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-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |