diff --git a/MD_STD.php b/MD_STD.php index e82532f..37bc600 100644 --- a/MD_STD.php +++ b/MD_STD.php @@ -63,7 +63,7 @@ class MD_STD { throw new MDFileDoesNotExist("There is no file {$filepath}"); } - return array_values(array_diff($output, ['.', '..'])); + return array_values(array_diff($output, ['.', '..', '.git'])); }