aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-09-17 10:42:57 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-09-17 10:43:17 +0200
commit65c128e447108b9b299b7fd3971695308a1fb1a0 (patch)
tree85ff769a1c5d99dcfc6ff0ccece24286afd331b8 /bin
parentf179f369f1532bf0255f12aad4057281bb91b8a0 (diff)
downloaddotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.tar.gz
dotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.tar.bz2
dotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.zip
ignore build dirs in backup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup.sh1
1 files changed, 1 insertions, 0 deletions
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' \