add ignore patterns to syncthing
This commit is contained in:
@@ -50,7 +50,26 @@ in {
|
|||||||
maxAge = "0";
|
maxAge = "0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
ignorePatterns = [
|
||||||
|
"// syncthing"
|
||||||
|
"/.versions"
|
||||||
|
"/.versions/**"
|
||||||
|
"/.stversions"
|
||||||
|
"/.stversions/**"
|
||||||
|
"// macos system junk"
|
||||||
|
"(?d).DS_Store"
|
||||||
|
"(?d).AppleDouble"
|
||||||
|
"(?d).LSOverride"
|
||||||
|
"(?d)Icon?"
|
||||||
|
"(?d)._*"
|
||||||
|
"(?d).Spotlight-V100"
|
||||||
|
"(?d).Trashes"
|
||||||
|
"(?d).fseventsd"
|
||||||
|
"(?d).metadata_never_index"
|
||||||
|
"(?d).com.apple.timemachine.donotpresent"
|
||||||
|
"(?d).com.apple.*"
|
||||||
|
"(?d)~*.tmp"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
options = {
|
options = {
|
||||||
@@ -69,6 +88,5 @@ in {
|
|||||||
group = "blake";
|
group = "blake";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ setlocal ~/documents/holocron/work/nhc/timesheets/2024/ reverse
|
|||||||
# --- options ---
|
# --- options ---
|
||||||
|
|
||||||
# file previews
|
# file previews
|
||||||
set previewer "ctpv 2>/dev/null"
|
set previewer ctpv
|
||||||
set cleaner ctpvclear
|
set cleaner ctpvclear
|
||||||
&ctpv -s $id
|
&ctpv -s $id
|
||||||
&ctpvquit $id
|
&ctpvquit $id
|
||||||
|
|||||||
Reference in New Issue
Block a user