diff --git a/main.py b/main.py index 211e4de..94f1383 100755 --- a/main.py +++ b/main.py @@ -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,