Update index.py

pull/143/head
midoks 3 years ago
parent d0a83f1e88
commit f8c1734bfe
  1. 4
      plugins/rsyncd/index.py

@ -736,7 +736,9 @@ def lsyncdAdd():
"/**.upload.tmp",
"**/*.log",
"**/*.tmp",
"**/*.temp"
"**/*.temp",
".git",
".gitignore",
]
data = getDefaultConf()

Loading…
Cancel
Save