1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(restic): ignore parcel cache

This commit is contained in:
2023-07-25 16:17:23 +02:00
parent 026c2e5631
commit 66b01774c3

View File

@@ -16,6 +16,7 @@ in {
extraBackupArgs = [
"--exclude=/home/kfm/projects/nixpkgs/.git"
"--exclude=node_modules"
"--exclude=.parcel-cache"
];
paths = [
"/home/kfm/work"