We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I just tried VS Code recently and I was surprised to see it didn't exclude the files and folders listed in my .gitignore file.
.gitignore
I think an option allowing us to hide those files in the Explorer would be really nice.
Here is how Atom does it:
And when this option isn't on, Atom colorizes the excluded files like that:
The text was updated successfully, but these errors were encountered:
#78
Sorry, something went wrong.
I searched for other "gitignore" issues but didn't saw you mentioned the Explorer part in this one.
Duplicated #178
PSA for anyone else landing on this issue like I just did:
As of March 2017, VS Code has supported excluding VCS ignored files from Search results, either from the search bar or in settings. Here's how.
No branches or pull requests
Hello,
I just tried VS Code recently and I was surprised to see it didn't exclude the files and folders listed in my
.gitignore
file.I think an option allowing us to hide those files in the Explorer would be really nice.
Here is how Atom does it:
And when this option isn't on, Atom colorizes the excluded files like that:
The text was updated successfully, but these errors were encountered: