We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad8b21 commit 7546759Copy full SHA for 7546759
filesystem/defaultExcludes.go
@@ -80,6 +80,7 @@ const defaultGlobContent = `
80
**/*.ttf
81
**/*.doc
82
**/*.docx
83
+**/*.lock
84
**/*.ppt
85
**/*.pptx
86
**/*.odf
@@ -112,10 +113,8 @@ const defaultGlobContent = `
112
113
**/LICENSE*
114
**/esbuild.config.mjs
115
**/manifest.json
-**/package-lock.json
116
**/version-bump.mjs
117
**/versions.json
118
-**/yarn.lock
119
**/CONTRIBUTING*
120
**/CHANGELOG*
121
**/SECURITY*
@@ -128,7 +127,6 @@ const defaultGlobContent = `
128
127
**/renovate.json
129
**/pre-commit-config.yaml
130
**/.vimrc
131
-**/poetry.lock
132
**/changelog.md
133
**/contributing.md
134
**/.pretterignore
0 commit comments