diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 50228091..e831113f 100755 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -724,6 +724,9 @@ namespace SparkleLib { } else if (child_path.EndsWith (".notes")) { continue; + + } else if (child_path.EndsWith (".git")) { + continue; } PrepareDirectories (child_path);