mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Adhere to ExcludedSubpaths while scanning directory for change
This commit is contained in:
@@ -38,7 +38,7 @@ class ScriptCoreModule : Module
|
||||
sources.Add(new WatchedSource("ScriptCore/", WatchMode.Metadata)
|
||||
{
|
||||
Recursive = true,
|
||||
ExcludedDirectories =
|
||||
ExcludedSubpaths =
|
||||
[
|
||||
"bin",
|
||||
"obj"
|
||||
|
||||
Reference in New Issue
Block a user