Update excluded files

This commit is contained in:
Chandler Swift 2025-01-04 14:47:29 -06:00
parent a04cf86640
commit ca5ed567ec
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
old/
unused-pictures/

View file

@ -1,7 +1,9 @@
.PHONY: deploy .PHONY: deploy
deploy: deploy:
rsync --archive --verbose --delete --no-i-r --info=progress2 \ rsync --archive --verbose --delete --delete-excluded --no-i-r --info=progress2 \
--exclude=unused-pictures/ \ --exclude-from=.gitignore \
--exclude=.git/ \ --exclude=.git/ \
--exclude=.gitignore \
--exclude=Makefile \ --exclude=Makefile \
--exclude=README.md \
./ bert:/srv/www/katherineandchandler.com/2024/ireland/ ./ bert:/srv/www/katherineandchandler.com/2024/ireland/