Don't sync service worker and index.json to client on silverbullet.md
This commit is contained in:
parent
6929a7beb5
commit
9d5f4300bc
@ -14,7 +14,9 @@ for await (
|
||||
const file of walk(rootDir, {
|
||||
includeDirs: false,
|
||||
// Exclude hidden files
|
||||
skip: [/^.*\/(\..+|_redirects|_headers|_client\/.*)$/],
|
||||
skip: [
|
||||
/^.*\/(\..+|_redirects|_headers|service_worker\.js.*|index\.json|_client\/.*)$/,
|
||||
],
|
||||
})
|
||||
) {
|
||||
const fullPath = file.path;
|
||||
|
Loading…
Reference in New Issue
Block a user