Magisk/.gitignore
topjohnwu 40eda05a30 Make main app fully independent from the stub
- Skip 0x7f01XXXX - 0x7f05XXXX resource IDs in the main app; they are
reserved for stub resources
- Support sending additional data from host to guest
- Use resource mapping passed from host when they are being sent
to the system framework (notifications and shortcuts)
2019-10-17 02:55:42 -04:00

18 lines
158 B
Plaintext

out
*.zip
*.jks
*.apk
/config.prop
/update.sh
# Built binaries
native/out
# Android Studio / Gradle
*.iml
.gradle
/local.properties
/.idea
/build
/captures