configure flatpak workspace

This commit is contained in:
yggverse 2025-09-10 00:47:56 +03:00
parent 762e9816e7
commit e919cf8433
2 changed files with 10 additions and 0 deletions

3
.vscode/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*
!.gitignore
!settings.json

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"files.watcherExclude": {
"**/.flatpak-builder/**": true,
"**/build/**": true,
"**/repo/**": true
}
}