fix(restic): add missing folders to ignorePatterns

This commit is contained in:
Felix Schröter 2022-07-04 18:00:34 +02:00
parent 7799ef1131
commit 9a0c1eb64f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -25,12 +25,16 @@ in {
"/home/*/Downloads"
"/home/*/Games"
"/home/*/.cache"
"/home/*/.cargo"
"/home/*/.npm"
"/home/*/.nuget"
"/home/*/.steam"
"/home/*/.var"
"/home/*/.local/share/Trash"
"/home/*/.local/share/libvirt"
"/home/*/.local/share/containers"
"/home/*/.local/share/docker"
"/home/*/.local/share/flatpak"
"/home/*/.local/share/bottles"
"/home/*/.local/share/Steam"
"/home/*/.local/share/lutris"