Skip to content

Commit a1b84fc

Browse files
committed
Merge branch 'merge-this-into-whatever-branch-will-be-the-dev-branch' into dev
2 parents bd9c465 + 2593fda commit a1b84fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

QModManager/Patching/Patcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ internal static void Patch()
6767
{
6868
Logger.Info("Folder structure:");
6969
IOUtilities.LogFolderStructureAsTree();
70+
Logger.Info("Folder structure ended.");
7071
}
7172
catch (Exception e)
7273
{

QModManager/Utility/IOUtilities.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ internal static class IOUtilities
99
{
1010
internal static readonly HashSet<string> BannedFolders = new HashSet<string>()
1111
{
12+
".backups",
1213
".git",
1314
".svn",
1415
"OST",

0 commit comments

Comments
 (0)