diff --git a/examples/progressive-web-app/.gitignore b/examples/progressive-web-app/.gitignore index c87c9b392c020..a7f98ebdc9945 100644 --- a/examples/progressive-web-app/.gitignore +++ b/examples/progressive-web-app/.gitignore @@ -34,3 +34,15 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# next-pwa +/public/precache.*.*.js +/public/sw.js +/public/workbox-*.js +/public/worker-*.js +/public/fallback-*.js +/public/precache.*.*.js.map +/public/sw.js.map +/public/workbox-*.js.map +/public/worker-*.js.map +/public/fallback-*.js \ No newline at end of file