summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 90e5b28280be25a23124b9117ec21cbb0783a19a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/Thumbs.db": true,
        "data/": true
    }
}