diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b6ad17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +# Local config generated from config.example.yml +config.yml diff --git a/config.example.yml b/config.example.yml index 33aa72c..9f611aa 100644 --- a/config.example.yml +++ b/config.example.yml @@ -44,11 +44,11 @@ apps: # optional_uses_libs: [] # Cromite manages its own deps # ── Material Files (file manager) ───────────────────────────────────────── - - name: MaterialFiles - source: - type: fdroid - repo: https://www.f-droid.org/repo - package_id: me.zhanghai.android.files + #- name: MaterialFiles + # source: + # type: fdroid + # repo: https://www.f-droid.org/repo + # package_id: me.zhanghai.android.files # ── Example: privileged system app with a prop ──────────────────────────── # - name: MyPrivilegedApp