From 54b7b248749b3ab232b4b1352ea5bcc21b195737 Mon Sep 17 00:00:00 2001 From: Cedric FAMIBELLE-PRONZOLA Date: Sun, 9 Jan 2022 21:17:36 +0400 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb602ef..b0adb07 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ /coverage # next.js -/.next/ +/.next /out/ # production @@ -34,3 +34,5 @@ yarn-error.log* # vercel .vercel /public/robots.txt +/public/sw* +/public/workbox*