Stage 1 + removes hardcoded paths

This commit is contained in:
2025-11-04 15:41:33 +01:00
parent 5fa7f8949f
commit 7956338fbc
4 changed files with 38 additions and 3 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.watcherExclude": {
"**/target": true
}
}