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/