diff --git a/src/utils/defaults.js b/src/utils/defaults.js index b793951d..0089fd27 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -327,5 +327,10 @@ module.exports = { maskIcon: './web-icons/dashy-logo.png', msTileImage: './web-icons/dashy-logo.png', }, + workboxOptions: { + globIgnores: [ + '**/.*', // Ignore dotfiles + ], + }, }, };