wind/.vscode/settings.json

7 lines
125 B
JSON
Raw Permalink Normal View History

2022-04-14 00:53:18 +00:00
{
"files.watcherExclude": {
"**/.dart_tool": true,
".flatpak/**": true,
"_build/**": true
}
}