aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-11-06 13:11:04 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-11-06 13:11:04 +0100
commit74da88fd03a21955b09bdbfdc1facf15fcc474ec (patch)
tree1f1751525c3ed68fbf7d8c2513036ac121760df0 /bin
parentb95458ef314f792f1aab9519057e31d42a51e311 (diff)
downloaddotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.tar.gz
dotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.tar.bz2
dotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.zip
skip shadow-cljs on backups
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup.sh1
1 files changed, 1 insertions, 0 deletions
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' \