Skip to content

Commit a8a454a

Browse files
author
Zhao Zuohong
committed
修复默认忽略配置
1 parent acfdd41 commit a8a454a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
default_config = {
1414
"mirror": "https://mower.zhaozuohong.vip",
1515
"ignore": [
16-
"*.conf",
16+
"*.yml",
1717
"*.json",
18-
"tmp/**/*",
18+
"tmp/*",
19+
"log/*",
1920
"screenshot/**/*",
20-
"adb_buildin/**/*",
21+
"adb-buildin/*",
2122
],
2223
"install_dir": "",
2324
"pool_limit": 32,

0 commit comments

Comments
 (0)