boreal: simplify backup exclude path
This commit is contained in:
parent
e950ba8971
commit
b03806095e
|
@ -76,7 +76,7 @@ in
|
||||||
"*.so"
|
"*.so"
|
||||||
|
|
||||||
# ignore all dotfiles as .config and .cache can become quite big
|
# ignore all dotfiles as .config and .cache can become quite big
|
||||||
"re:^/home/alarsyo/\\."
|
"/home/alarsyo/.*"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue