sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

Add composer.lock to default exclude #95

Closed SuperSandro2000 closed 4 years ago

SuperSandro2000 commented 4 years ago

Example repo https://github.com/nextcloud/text

fregante commented 4 years ago

There's already a ^(yarn|Gemfile)\\.lock$ entry. Either we extend that or just just change it to \\.lock$

SuperSandro2000 commented 4 years ago

I don't want to go with the shotgun approach yet so I merged it with the already existing lock regex.

sindresorhus commented 4 years ago

Releasing this is blocked by https://github.com/sindresorhus/hide-files-on-github/issues/96.