We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd9c465 + 2593fda commit a1b84fcCopy full SHA for a1b84fc
QModManager/Patching/Patcher.cs
@@ -67,6 +67,7 @@ internal static void Patch()
67
{
68
Logger.Info("Folder structure:");
69
IOUtilities.LogFolderStructureAsTree();
70
+ Logger.Info("Folder structure ended.");
71
}
72
catch (Exception e)
73
QModManager/Utility/IOUtilities.cs
@@ -9,6 +9,7 @@ internal static class IOUtilities
9
10
internal static readonly HashSet<string> BannedFolders = new HashSet<string>()
11
12
+ ".backups",
13
".git",
14
".svn",
15
"OST",
0 commit comments