npx / vscode-hide-gitignored

19 stars 7 forks source link

Negated files not shown #5

Open ermshiperete opened 5 years ago

ermshiperete commented 5 years ago

This works well for excluded files. However, when you want to exclude a directory with the exception of a few files in it, it still excludes those files:

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json

.vscode is shown, but no files in it.

LuisPeregrina commented 2 years ago

@npx feature, "don't hide negated gitignored files"

trentmaetzold commented 1 year ago

Just want to add that this feature would still be helpful.