Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hide-gitignored

Hide files from the file Explorer that are ignored by your workspace's
`.gitignore` files.
`.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.
Expand All @@ -17,3 +17,5 @@ re-release.
## TODO
* run on saving .gitignore files [+ setting]
* tests
* toggle keybind default using `'when'` statements
* settings for local .gitignore context
Loading