Files
John Smith e477f56f75 chore(android): add .gitignore for build artifacts
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.
2026-06-03 17:14:21 -04:00
..