From 74da88fd03a21955b09bdbfdc1facf15fcc474ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 6 Nov 2021 13:11:04 +0100 Subject: skip shadow-cljs on backups --- bin/backup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/backup.sh b/bin/backup.sh index faaf922..7beb41c 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -15,6 +15,7 @@ backup_local() { --exclude '*/venv/' \ --exclude '*/.tox/' \ --exclude '*/node_modules' \ + --exclude '*/.shadow-cljs' \ --exclude '*/js/compiled' \ --exclude '*/build' \ --exclude '*/target' \ -- cgit v1.2.3