zephyrus: don't backup secrets

This commit is contained in:
Antoine Martin 2022-11-23 00:38:27 +01:00
parent 5bc4c74b6b
commit 38e7944600

View file

@ -74,6 +74,9 @@
# test vms # test vms
"*.qcow2" "*.qcow2"
# secrets stay offline
"/home/alarsyo/**/secrets"
# ignore all dotfiles as .config and .cache can become quite big # ignore all dotfiles as .config and .cache can become quite big
"/home/alarsyo/.*" "/home/alarsyo/.*"
]; ];