Start creating some vscode settings for the project

This commit is contained in:
Ciro Santilli
2025-04-28 16:04:57 +01:00
parent e183476308
commit ab0aedf744
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.watcherExclude": {
"data/**": true,
".git/**": true,
"out.docker/**": true,
"out/**": true,
"submodules/**": true,
}
}
}