Posted on

How can I exclude a directory from Visual Studio Code “Explore” tab?

How to include .Git directory on VSCode

{
“files.exclude”: {
“**/.git”: false,
“**/.svn”: true,
“**/.hg”: true,
“**/.DS_Store”: true
}
}

Will go to User Settings

Source: How can I exclude a directory from Visual Studio Code “Explore” tab?

Leave a Reply

Your email address will not be published. Required fields are marked *