From 43b3e375d649384ba02f46e440c3107cddfa7fe1 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:46:28 -0700 Subject: [PATCH] Add .gitignore and update config.example.yml Ignore __pycache__ and the local config.yml generated from the example. --- .gitignore | 4 ++++ config.example.yml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .gitignore 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