I'd like VSCode to automatically exclude files/folders based on my .gitignore
configuration.
For the explorer exclusion I've found an extension (explorer-excluded-files
which manages the files.exclude
setting), but for the quick open file (cmd + p
) I didn't find anything.
I guess I can try and tweak other *.exclude
settings but I wonder why isn't there a global method to exclude .gitignore
entries in all relevant places? Otherwise I have to manually sync the settings every time .gitignore
changes.