include proper scripts

This commit is contained in:
Barrett Ruth 2024-06-08 17:09:13 -05:00
parent 3e83fa56f1
commit 005ea8d7d9
2 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@ aws s3 sync . s3://barrettruth.com --delete \
--exclude ".github/*" \
--exclude "readme.md" \
--exclude ".DS_Store" \
--exclude ".gitignore"
--exclude ".gitignore" \
--exclude "scripts/*.sh"