Git - Highlighting of files in .gitignore and .git/info/exclude should be consistent #131233
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
git
GIT issues
Milestone
If you exclude files/folders user
.gitignore
vscode highlights that they're excluded (I think it's vscode and not an extension?).If you exclude files using
.git/info/exclude
they're not highlighted in the same manner.It would be nice if it were consistent. I use
.git/info/exclude
forper user
files, particularly when I'm contributing to shared projects, in particular forvscode
specific folders such as .vscode or .history (from an extension) may not appear in the repo's.gitignore
.The text was updated successfully, but these errors were encountered: