Update index.py

This commit is contained in:
midoks 2022-07-30 15:04:39 +08:00
parent d0a83f1e88
commit f8c1734bfe
1 changed files with 3 additions and 1 deletions

View File

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