commit 424d5be82c50c0ab7c73ec33067f59f5eeee1226
parent fb301b72f5964ec1029b4f717672e484d1cf3512
Author: Charlie Stanton <charlie@shtanton.com>
Date: Tue, 27 Jul 2021 12:47:34 +0100
Ignores the git directory which is populated by the server
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -52,4 +52,4 @@ clean:
publish: all
rsync -vr --delete gemini/ charlie@shtanton.xyz:gemini
- rsync -vr --delete html/ charlie@shtanton.xyz:http
+ rsync -vr --delete --exclude="/git/" html/ charlie@shtanton.xyz:http