Skip to content

LimestaX/vscode-hide-gitignored

 
 

Repository files navigation

hide-gitignored

Hide files from the file Explorer that are ignored by your workspace's .gitignore files, right-click any .gitignore to globally toggle visibility of ignored files.

Upon running the registered command, the workspace's .gitignore files are read and converted to files.exclude rules that vscode can interpret. Your workspace settings will be created or updated.

Acknowledgement

Credit goes to vscode-ignore-gitignore, which unfortunately is not maintained anymore. I have been given permission to re-release.

TODO

  • run on saving .gitignore files [+ setting]
  • tests
  • toggle keybind default using 'when' statements
  • settings for local .gitignore context

About

adding QOL features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%