From 819a8e36263bbbed182f20040555ba2644dba1be Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 7 Feb 2026 21:50:59 -0600 Subject: Add .gitignore and increase rsync I/O timeout to 10 minutes Add .gitignore for docs/ and inbox/. Increase rsync --timeout from 300s to 600s for slower connections. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e8493f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +docs/ +inbox/ -- cgit v1.2.3