tidy up the codes of sync on save
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ const isSkipItem = (
|
||||
if (syncConfigDir && isInsideObsFolder(key, configDir)) {
|
||||
return false;
|
||||
}
|
||||
if (isFolderToSkip(key, [])) {
|
||||
if (isFolderToSkip(key, [])) {
|
||||
// some special dirs and files are always skipped
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user