fix(restic): add missing folders to ignorePatterns
This commit is contained in:
parent
7799ef1131
commit
9a0c1eb64f
|
@ -25,12 +25,16 @@ in {
|
||||||
"/home/*/Downloads"
|
"/home/*/Downloads"
|
||||||
"/home/*/Games"
|
"/home/*/Games"
|
||||||
"/home/*/.cache"
|
"/home/*/.cache"
|
||||||
|
"/home/*/.cargo"
|
||||||
"/home/*/.npm"
|
"/home/*/.npm"
|
||||||
"/home/*/.nuget"
|
"/home/*/.nuget"
|
||||||
"/home/*/.steam"
|
"/home/*/.steam"
|
||||||
|
"/home/*/.var"
|
||||||
"/home/*/.local/share/Trash"
|
"/home/*/.local/share/Trash"
|
||||||
"/home/*/.local/share/libvirt"
|
"/home/*/.local/share/libvirt"
|
||||||
"/home/*/.local/share/containers"
|
"/home/*/.local/share/containers"
|
||||||
|
"/home/*/.local/share/docker"
|
||||||
|
"/home/*/.local/share/flatpak"
|
||||||
"/home/*/.local/share/bottles"
|
"/home/*/.local/share/bottles"
|
||||||
"/home/*/.local/share/Steam"
|
"/home/*/.local/share/Steam"
|
||||||
"/home/*/.local/share/lutris"
|
"/home/*/.local/share/lutris"
|
||||||
|
|
Loading…
Reference in a new issue