2015-08-12 10:29:34 -07:00
|
|
|
# Add no patterns to .gitignore except for files generated by the build.
|
2012-01-25 14:45:13 -05:00
|
|
|
last-change
|
2015-06-29 10:57:11 -07:00
|
|
|
*.apk
|
2015-08-12 10:29:34 -07:00
|
|
|
*.app
|
|
|
|
*.framework
|
2021-09-16 23:09:45 +00:00
|
|
|
*.xcframework
|
2015-08-12 10:29:34 -07:00
|
|
|
*.aar
|
|
|
|
*.iml
|
|
|
|
.idea
|
|
|
|
.gradle
|
|
|
|
|
|
|
|
# Android Studio build and IDE configuration files.
|
|
|
|
example/bind/android/local.properties
|
|
|
|
example/bind/android/gradlew*
|
|
|
|
example/bind/android/gradle
|
|
|
|
example/bind/android/build
|
2015-09-03 10:32:32 -04:00
|
|
|
example/bind/android/app/build
|