pediatric-ai-scribe-v3/mobile/android/app/src
Daniel c6d238c560 Untrack Capacitor-generated files + node_modules in mobile/
The mobile/ wrapper had 1700+ node_modules files tracked, plus the
Capacitor-regenerated artifacts that get rewritten on every
`npx cap sync android` (capacitor.build.gradle, capacitor.config.json,
capacitor.plugins.json, capacitor.settings.gradle, the cordova-android-
plugins subtree). Every local dev or CI sync caused noisy drift that
blocked scripts/release.sh from running.

Added mobile/.gitignore covering node_modules, cap-sync outputs,
Android build outputs, .jks/.apk/.aab files, and .DS_Store.
Kept package-lock.json tracked for reproducible npm install.

No logic changes — only stopped tracking files that are always
regenerated.
2026-04-14 23:35:23 +02:00
..
androidTest/java/com/getcapacitor/myapp Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
main Untrack Capacitor-generated files + node_modules in mobile/ 2026-04-14 23:35:23 +02:00
test/java/com/getcapacitor/myapp Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00