Skip to content

Commit

Permalink
fix: always ignore pnpm-lock.yaml (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltan Kochan <z@kochan.io>
  • Loading branch information
wraithgar and zkochan committed Mar 2, 2022
1 parent d6b34ac commit f56a4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -58,6 +58,7 @@ const defaultRules = [
'*.orig',
'/package-lock.json',
'/yarn.lock',
'/pnpm-lock.yaml',
'/archived-packages/**',
]

Expand Down

0 comments on commit f56a4cf

Please sign in to comment.