From 63b81109930a6f6ec706635af2af936dede6e173 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Apr 2026 23:39:26 +0200 Subject: [PATCH] Add mobile/.gitignore (should have been in prior cleanup commit) --- mobile/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 mobile/.gitignore diff --git a/mobile/.gitignore b/mobile/.gitignore new file mode 100644 index 0000000..66ee7e5 --- /dev/null +++ b/mobile/.gitignore @@ -0,0 +1,36 @@ +# Node / npm — keep package-lock.json for reproducible CI builds, +# ignore only the installed tree. +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Capacitor generated files (rewritten by `npx cap sync`) +# Keep the *project* (mobile/android/, mobile/ios/) but not the +# per-sync mirrors. +android/app/src/main/assets/public/ +android/app/src/main/assets/capacitor.config.json +android/app/src/main/assets/capacitor.plugins.json +android/app/capacitor.build.gradle +android/capacitor.settings.gradle +android/capacitor-cordova-android-plugins/ + +ios/App/App/public/ +ios/App/capacitor-cordova-ios-plugins/ +ios/App/Pods/ +ios/App/Podfile.lock + +# Android build outputs & local state +android/.gradle/ +android/build/ +android/app/build/ +android/app/release/ +android/local.properties +android/app/release/output-metadata.json +android/.idea/ +*.apk +*.aab +*.jks + +# macOS +.DS_Store