Skip to content

Commit 7546759

Browse files
committed
minor updates
1 parent 7ad8b21 commit 7546759

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

filesystem/defaultExcludes.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const defaultGlobContent = `
8080
**/*.ttf
8181
**/*.doc
8282
**/*.docx
83+
**/*.lock
8384
**/*.ppt
8485
**/*.pptx
8586
**/*.odf
@@ -112,10 +113,8 @@ const defaultGlobContent = `
112113
**/LICENSE*
113114
**/esbuild.config.mjs
114115
**/manifest.json
115-
**/package-lock.json
116116
**/version-bump.mjs
117117
**/versions.json
118-
**/yarn.lock
119118
**/CONTRIBUTING*
120119
**/CHANGELOG*
121120
**/SECURITY*
@@ -128,7 +127,6 @@ const defaultGlobContent = `
128127
**/renovate.json
129128
**/pre-commit-config.yaml
130129
**/.vimrc
131-
**/poetry.lock
132130
**/changelog.md
133131
**/contributing.md
134132
**/.pretterignore

0 commit comments

Comments
 (0)