exclude-indexing-filetree
exclude-indexing-filetree copied to clipboard
Specify some files not to hide
I love that it looks through an existing .gitignore file for files to exclude. It would be nice to have a feature that overrides what gitignore it excluding. I would like to be able to gitignore settings files, but keep them indexed in brackets.
Something like
"dimitrk.exclude-indexing-filetree.excludeList": [ "!mysettings.file" ]
where mysettings.file exists in .gitignore