mirror of
https://github.com/outline/outline.git
synced 2026-01-06 02:59:54 -06:00
closes #6273
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user