From 2a4fb9cae4720e4332cfd41fd10e6d9cf364a3ae Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 24 Apr 2026 15:01:46 -0500 Subject: [PATCH] chore(android): update .gitignore and .prettierignore to reflect new Python directory structure --- .prettierignore | 3 +-- android/.gitignore | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.prettierignore b/.prettierignore index 1c7614b..46d003d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -32,5 +32,4 @@ android/README.md CHANGELOG.md # Gradle-synced Chaquopy Python tree (bundled HTML/JS fails strict Prettier parse) -android/app/src/slim/python/meshchatx/ -android/app/src/full/python/meshchatx/ +android/app/src/main/python/meshchatx/ diff --git a/android/.gitignore b/android/.gitignore index 86fadbd..396335d 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -15,5 +15,4 @@ local.properties # Gradle-synced Chaquopy Python tree (see app/build.gradle) -/app/src/slim/python/meshchatx/ -/app/src/full/python/meshchatx/ +/app/src/main/python/meshchatx/