diff options
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 |
commit | 74da88fd03a21955b09bdbfdc1facf15fcc474ec (patch) | |
tree | 1f1751525c3ed68fbf7d8c2513036ac121760df0 /bin | |
parent | b95458ef314f792f1aab9519057e31d42a51e311 (diff) | |
download | dotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.tar.gz dotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.tar.bz2 dotfiles-74da88fd03a21955b09bdbfdc1facf15fcc474ec.zip |
skip shadow-cljs on backups
Diffstat (limited to 'bin')
-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 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' \ |