This VSCode extension adds additional functionality to the .gitignore setting added to VSCode v1.68 (May 2022) which provided the option of hiding of files that are excluded in a .gitignore file from the explorer view.
- Context menu to show / hide
- Status bar to indicate current setting
- Shortcut key to toggle setting
| Action | Windows / Linux | macOS | Command Palette |
|---|---|---|---|
| Show files excluded in .gitignore | ctrl-shift-i |
command-shift-i |
Show Git Ignored files |
| Hide files excluded in .gitignore | ctrl-shift-i |
command-shift-i |
Hide Git Ignored files |