This commit is contained in:
Tom Moor
2023-12-13 00:20:50 -05:00
parent e315ba9dff
commit d586bdf28a

View File

@@ -31,7 +31,7 @@ export default class ImportHelper {
};
let stats;
if ([".DS_Store", "__MACOSX"].includes(name)) {
if ([".git", ".DS_Store", "__MACOSX"].includes(name)) {
return null;
}