mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-07-19 14:13:42 -04:00
e477f56f75
The APK build pipeline produces artifacts that should not be committed: - openclaw-android/android/app/build/ (gradle build output) - openclaw-android/android/app/src/main/assets/server-bundle/ (built Vue + CLI bundle) - openclaw-android/android/app/src/main/assets/bootstrap-*.zip (~30MB Termux download) - openclaw-android/android/gradle/wrapper/gradle-wrapper.jar (auto-downloaded) - openclaw-android/dist/ and dist-cli/ (vite/tsup build output) The root .gitignore line 213 silently blocks nested .gitignore files, so additions use 'git add -f' here.