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:
@@ -27,7 +27,7 @@ internal record WatchedSource(string Path, WatchMode Mode)
|
||||
/// <summary>
|
||||
/// Only if Path points to a directory, a list of subdirectories to exclude from change checking.
|
||||
/// </summary>
|
||||
public List<string> ExcludedDirectories { get; init; } = new();
|
||||
public List<string> ExcludedSubpaths { get; init; } = new();
|
||||
/// <summary>
|
||||
/// Only if Path points to a directory, whether to check for changes in subdirectories as well.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user