summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 2421e386c30d267a5ef5359de163b054857e89e7 (plain)
1
2
3
4
5
6
7
8
{
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    }
}