From 09a9f721f22eaa614536ce40c2a08e42f96b4957 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 28 Jun 2026 09:06:08 +0300 Subject: home-backup: exclude .config/google-chrome Amp-Thread-ID: https://ampcode.com/threads/T-019f0cc8-1a8f-71ab-8a1c-914d7cdb055a Co-authored-by: Amp --- scripts/home-backup | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/home-backup b/scripts/home-backup index 1182ca5..007967f 100755 --- a/scripts/home-backup +++ b/scripts/home-backup @@ -47,6 +47,7 @@ declare -ra EXCLUDES=( "/.cargo/" "/.bun/" "/.android/" + "/.config/google-chrome/" # --- Common regenerable junk anywhere in the tree --- "node_modules/" -- cgit v1.2.3