summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 5ef1024c116f61885c0b6d28ac087d728225eb89 (plain)
1
2
3
4
5
6
7
8
9
{
    "files.exclude": {
        "**/.gitattributes": true,
        "**/.gitignore": true,
        "**/*.csproj": true,
        "**/bin": true,
        "**/obj": true
    }
}