diff options
-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' \ |