Skip to content

Commit

Permalink
Update .gitignore in pwa example (vercel#44391)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hyeongrok7874 authored Jan 3, 2023
1 parent b056039 commit 3dfb85d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/progressive-web-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3dfb85d

Please sign in to comment.