From 19f17b497a5f6a7619af9d099243af337e8fce5e Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 4 Mar 2024 16:52:39 +0000 Subject: feature: Initial attempt at making the app a PWA --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c0ba8e24..a4b68a86 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,11 @@ next-env.d.ts # The sqlite database **/dev.db + +# PWA Files +**/public/sw.js +**/public/workbox-*.js +**/public/worker-*.js +**/public/sw.js.map +**/public/workbox-*.js.map +**/public/worker-*.js.map -- cgit v1.2.3-70-g09d2