diff --git a/.vscode/settings.json b/.vscode/settings.json index f1dc4d746f..ad5c38b976 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -73,40 +73,52 @@ "stirling", ], "java.project.resourceFilters": [ + ".cache/", + ".claude/", ".devcontainer/", ".git/", + ".git-blame-ignore-revs", + ".gitattributes", ".github/", + ".gitignore", ".gradle/", + ".pre-commit-config.yaml", + ".task/", + ".taskfiles/", ".venv/", ".venv*/", ".vscode/", - "bin/", - "app/core/bin/", + "app/.gitignore", + "app/build/", + "app/common/.gitignore", "app/common/bin/", - "app/proprietary/bin/", - "build/", - "app/core/build/", "app/common/build/", - "app/proprietary/build/", - "configs/", + "app/core/.gitignore", + "app/core/bin/", "app/core/configs/", - "customFiles/", "app/core/customFiles/", + "app/core/LOCAL_APPDATA_FONTCONFIG_CACHE/", + "app/core/logs/", + "app/core/pipeline/", + "app/core/storage/", + "app/proprietary/.gitignore", + "app/proprietary/bin/", + "app/proprietary/storage/", + "app/saas/.gitignore", + "app/saas/bin/", + "app/saas/build/", + "bin/", + "build/", + "devGuide/", + "devTools/", + "docker/", "docs/", - "exampleYmlFiles", + "engine/", + "frontend/", "gradle/", "images/", - "logs/", - "pipeline/", "scripts/", "testings/", - ".git-blame-ignore-revs", - ".gitattributes", - ".gitignore", - "app/core/.gitignore", - "app/common/.gitignore", - "app/proprietary/.gitignore", - ".pre-commit-config.yaml", ], // Enables signature help in Java. "java.signatureHelp.enabled": true,