You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I'm missing something, but currently I don't think it is possible to have the Explorer view only show tracked (i.e., under version control) files/folders. I know that there is a setting to hide all patterns in .gitignore, but this would then also hide a file that I manually added with git add -f if it otherwise matches the ignore patterns.
So basically, I would like to see only the things listed by git ls-files.
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
I don't know if I'm missing something, but currently I don't think it is possible to have the Explorer view only show tracked (i.e., under version control) files/folders. I know that there is a setting to hide all patterns in
.gitignore
, but this would then also hide a file that I manually added withgit add -f
if it otherwise matches the ignore patterns.So basically, I would like to see only the things listed by
git ls-files
.The text was updated successfully, but these errors were encountered: