We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f64b5 commit 8526caeCopy full SHA for 8526cae
1 file changed
DMPModpackUpdater/Program.cs
@@ -72,9 +72,10 @@ public static void Main(string[] args)
72
excludeList.Add("darkmultiplayer/");
73
excludeList.Add("squad/");
74
excludeList.Add("squadexpansion/");
75
- containsExcludeList.Add(".log");
76
containsExcludeList.Add("modulemanager.configcache");
77
containsExcludeList.Add("modulemanager.configsha");
+ containsExcludeList.Add("modulemanager.physics");
78
+ containsExcludeList.Add("modulemanager.techtree");
79
kspList.Add("KSP.x86_64");
80
kspList.Add("KSP.x86");
81
kspList.Add("KSP_x64.exe");
0 commit comments