diff options
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 |