diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-04 16:52:39 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-04 16:52:39 +0000 |
| commit | 19f17b497a5f6a7619af9d099243af337e8fce5e (patch) | |
| tree | abfc437a8f1ec4a861a3784e5d4167cc213d79b4 /.gitignore | |
| parent | af01de885fdf62b2364e3cec44b25007000c3d05 (diff) | |
| download | karakeep-19f17b497a5f6a7619af9d099243af337e8fce5e.tar.zst | |
feature: Initial attempt at making the app a PWA
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
