Skip to content

Commit 4f390e0

Browse files
committed
put server worker files in gitignore
1 parent 40efac0 commit 4f390e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ node_modules
44
.env
55
.DS_Store
66

7+
# PWA files
8+
**/public/sw.js
9+
**/public/sw.js.map
10+
**/public/worker-*.js
11+
**/public/worker-*.js.map
12+
**/public/workbox-*.js
13+
**/public/workbox-*.js.map

public/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)