Skip to content

Commit 3dfb85d

Browse files
Update .gitignore in pwa example (vercel#44391)
The files created when running the app using next-pwa should not be added to git, so I added them to `.gitignore`. Updated by referring to https://github.com/shadowwalker/next-pwa/blob/master/.gitignore.
1 parent b056039 commit 3dfb85d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/progressive-web-app/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
38+
# next-pwa
39+
/public/precache.*.*.js
40+
/public/sw.js
41+
/public/workbox-*.js
42+
/public/worker-*.js
43+
/public/fallback-*.js
44+
/public/precache.*.*.js.map
45+
/public/sw.js.map
46+
/public/workbox-*.js.map
47+
/public/worker-*.js.map
48+
/public/fallback-*.js

0 commit comments

Comments
 (0)