Adhere to ExcludedSubpaths while scanning directory for change

This commit is contained in:
Simon Lübeß
2026-04-13 20:05:41 +02:00
parent aad44dd835
commit 6bec99ab06
3 changed files with 37 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class ScriptCoreModule : Module
sources.Add(new WatchedSource("ScriptCore/", WatchMode.Metadata)
{
Recursive = true,
ExcludedDirectories =
ExcludedSubpaths =
[
"bin",
"obj"