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
|
2021-10-16 15:12:49 -04:00
|
|
|
*.jar
|
2015-08-12 10:29:34 -07:00
|
|
|
*.iml
|
|
|
|
.idea
|
|
|
|
.gradle
|
2021-10-16 15:12:49 -04:00
|
|
|
*.properties
|
2021-11-01 14:38:25 -05:00
|
|
|
.DS_Store
|
2021-10-16 15:12:49 -04:00
|
|
|
example/ivy/**/build/
|
|
|
|
example/ivy/android/gradle/
|
2015-08-12 10:29:34 -07:00
|
|
|
|
2021-09-17 21:35:03 +00:00
|
|
|
# Xcode configuration files.
|
|
|
|
*.xcworkspace
|
|
|
|
xcuserdata
|
|
|
|
*.entitlements
|
|
|
|
|
2015-08-12 10:29:34 -07:00
|
|
|
# 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
|