The file is machine-specific rather than anything the project depends on: the ARM64 box64 `aapt`/`aapt2` wrappers it documents live outside the repo, and the rest is on-device working rules. Nothing in the tree links to it. It stays on disk and is now ignored, so it keeps working locally without riding along in the branch.
72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
Plaintext
# Built application files
|
|
*.apk
|
|
*.aar
|
|
*.ap_
|
|
*.aab
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
release/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Android Studio / IntelliJ
|
|
*.iml
|
|
.idea/
|
|
.navigation/
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
*.p12
|
|
/key.properties
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# F-Droid local artifacts (the pipeline generates them in CI)
|
|
/fdroid/
|
|
|
|
# Release-pipeline scratch files. release.yaml writes these into the workspace
|
|
# while cutting a release; a self-hosted runner reuses that workspace, so they
|
|
# must never end up committed (release-notes.md did, through 0.3.2).
|
|
/release-notes.md
|
|
/payload.json
|
|
/existing.json
|
|
/response.json
|
|
/cb-payload.json
|
|
/cb-response.json
|
|
|
|
# KSP
|
|
.ksp/
|
|
|
|
# Local agent notes: machine-specific build setup and on-device rules, not
|
|
# anything the project itself depends on.
|
|
/CLAUDE.md
|