diff options
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 |
commit | 65c128e447108b9b299b7fd3971695308a1fb1a0 (patch) | |
tree | 85ff769a1c5d99dcfc6ff0ccece24286afd331b8 | |
parent | f179f369f1532bf0255f12aad4057281bb91b8a0 (diff) | |
download | dotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.tar.gz dotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.tar.bz2 dotfiles-65c128e447108b9b299b7fd3971695308a1fb1a0.zip |
ignore build dirs in backup
-rwxr-xr-x | bin/backup.sh | 1 |
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' \ |