commit 56b290254366c5576a4a717078ea643efb19bc39 parent dec7f5706aac5c848b2fcdb17ec4e8f119a80c90 Author: Beau <cbeauhilton@gmail.com> Date: Fri, 2 Dec 2022 16:39:22 -0600 create gitignore Diffstat:
A | .gitignore | | | 1 | + |
M | hooks/pre-commit | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/hooks/pre-commit b/hooks/pre-commit @@ -1 +1 @@ -echo "hi!" && soupault && rsync -av --rsync-path=openrsync build/* beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/ +soupault && rsync -av --rsync-path=openrsync build/* beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/