From ab80abc209a2a961c6e27489567fcad93c0ed1f5 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 20 Apr 2025 16:59:00 +0200 Subject: [PATCH] fix: update .gitignore to include workbox files and their maps --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a469d7..466a532 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,6 @@ next-env.d.ts # sw /public/sw.js -/public/workbox-*.*.js -/public/workbox-*.*.js.map \ No newline at end of file +/public/sw.js.map +/public/workbox-*.js +/public/workbox-*.js.map \ No newline at end of file