aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/backup.sh b/bin/backup.sh
index aa35542..8a27847 100755
--- a/bin/backup.sh
+++ b/bin/backup.sh
@@ -13,10 +13,12 @@ backup_local() {
--exclude '*.pyc' \
--exclude '*/.mypy_cache/' \
--exclude '*/venv/' \
+ --exclude '*/python*/site-packages/' \
--exclude '*/.tox/' \
--exclude '*/node_modules' \
--exclude '*/dist' \
--exclude '*/.cache' \
+ --exclude '*/cache' \
--exclude '*/.shadow-cljs' \
--exclude '*/js/compiled' \
--exclude '*/build' \