tidy up the codes of sync on save

This commit is contained in:
fyears
2024-01-06 14:40:32 +08:00
parent 30f7c0058c
commit a13cc8d5c1
9 changed files with 162 additions and 142 deletions
+1 -1
View File
@@ -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;
}