diff --git a/.vscode/.gitignore b/.vscode/.gitignore new file mode 100644 index 00000000..4e31dc3f --- /dev/null +++ b/.vscode/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!settings.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..5564005a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "files.watcherExclude": { + "**/.flatpak-builder/**": true, + "**/build/**": true, + "**/repo/**": true + } +} \ No newline at end of file