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

Allow differentiating file vs. directory #103

Closed zx8 closed 11 months ago

zx8 commented 3 years ago

I want to be able to ignore VERSION files, but not version directories.

As far as I can tell, it's not currently possible to differentiate between these in terms of both:

  1. All regexes are case-insensitive
  2. Files and directories are treated the same way