There was an error while loading. Please reload this page.
1 parent 6cb7af9 commit 4d030e0Copy full SHA for 4d030e0
1 file changed
source/Reloaded.Mod.Loader.IO/Config/ModConfig.cs
@@ -39,7 +39,7 @@ public class ModConfig : ObservableObject, IConfig<ModConfig>, IModConfig
39
40
/// Publishing
41
public List<string> IgnoreRegexes { get; set; } = [@".*\.json"];
42
- public List<string> IncludeRegexes { get; set; } = [@"\.deps\.json", @"\.runtimeconfig\.json"];
+ public List<string> IncludeRegexes { get; set; } = [@"\.deps\.json", @"\.runtimeconfig\.json", @"ModConfig\.json"];
43
44
[JsonIgnore]
45
public string ModSubDirs { get; set; } = string.Empty;
0 commit comments