🐛 git-status-all: ignore .cache/rclone

This commit is contained in:
neingeist 2025-06-15 03:33:25 +02:00
parent c0c597ff0e
commit 4dc16bb7ba

View file

@ -19,6 +19,7 @@ IGNORES = [
r"\.sync",
r"\.git/modules", # XXX check this again
r"\.local/share/containers/storage",
r"\.cache/rclone",
]