From f8c1734bfecb198a05230ead96aa6d7f64f0d31c Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 30 Jul 2022 15:04:39 +0800 Subject: [PATCH] Update index.py --- plugins/rsyncd/index.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/rsyncd/index.py b/plugins/rsyncd/index.py index 68e36388a..efc15fa80 100755 --- a/plugins/rsyncd/index.py +++ b/plugins/rsyncd/index.py @@ -736,7 +736,9 @@ def lsyncdAdd(): "/**.upload.tmp", "**/*.log", "**/*.tmp", - "**/*.temp" + "**/*.temp", + ".git", + ".gitignore", ] data = getDefaultConf()