Commit 5cc548bf authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added vscode settings to better handle the example data

parent 2fae3695
Loading
Loading
Loading
Loading

.vscode/settings.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
    "files.watcherExclude": {
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/data/offline/**": true
    }
}
 No newline at end of file