Skip to content

Commit da919ca

Browse files
committed
minor updates
1 parent 7546759 commit da919ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

filesystem/defaultExcludes.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,11 @@ const defaultGlobContent = `
113113
**/LICENSE*
114114
**/esbuild.config.mjs
115115
**/manifest.json
116+
**/package-lock.json
117+
**/pnpm-lock.yaml
116118
**/version-bump.mjs
117119
**/versions.json
120+
**/yarn.lock
118121
**/CONTRIBUTING*
119122
**/CHANGELOG*
120123
**/SECURITY*
@@ -127,6 +130,7 @@ const defaultGlobContent = `
127130
**/renovate.json
128131
**/pre-commit-config.yaml
129132
**/.vimrc
133+
**/poetry.lock
130134
**/changelog.md
131135
**/contributing.md
132136
**/.pretterignore

0 commit comments

Comments
 (0)