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 74cc02c..aa4dd46 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -14,6 +14,7 @@ backup_local(){ --exclude '*/.notmuch' \ --exclude '*/node_modules' \ --exclude '*/js/compiled' \ + --exclude '*/target' \ --exclude '*/mpd/log' \ --exclude '*/venv/' \ --exclude '*/.tox/' \ |