From 9f6738a0f479ffea7930c322844278360dc61793 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:48:08 +0000 Subject: [PATCH] Ignore some globs --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 43ab7947..8e4074f8 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => { registerType: "autoUpdate", workbox: { maximumFileSizeToCacheInBytes: 4000000, // 4mb - globIgnores: ["**ping.txt**"], + globIgnores: ["!assets/**/*"], }, includeAssets: [ "favicon.ico",