Skip to content

Commit

Permalink
修复默认忽略配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Aug 29, 2023
1 parent acfdd41 commit a8a454a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
default_config = {
"mirror": "https://mower.zhaozuohong.vip",
"ignore": [
"*.conf",
"*.yml",
"*.json",
"tmp/**/*",
"tmp/*",
"log/*",
"screenshot/**/*",
"adb_buildin/**/*",
"adb-buildin/*",
],
"install_dir": "",
"pool_limit": 32,
Expand Down

0 comments on commit a8a454a

Please sign in to comment.