From 65c128e447108b9b299b7fd3971695308a1fb1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 17 Sep 2021 10:42:57 +0200 Subject: ignore build dirs in backup --- bin/backup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/backup.sh b/bin/backup.sh index d70ed19..faaf922 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -16,6 +16,7 @@ backup_local() { --exclude '*/.tox/' \ --exclude '*/node_modules' \ --exclude '*/js/compiled' \ + --exclude '*/build' \ --exclude '*/target' \ --exclude '*/dist-newstyle' \ --exclude '*/.notmuch' \ -- cgit v1.2.3