Change-Id: I189cd6b4953aeb988dfb1d28662f228508d463ff Reviewed-on: https://go-review.googlesource.com/c/mobile/+/360379 Reviewed-by: Rob Pike <r@golang.org> Trust: Rob Pike <r@golang.org> Trust: Russ Cox <rsc@golang.org> Run-TryBot: Rob Pike <r@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
# Add no patterns to .gitignore except for files generated by the build.
|
|
last-change
|
|
*.apk
|
|
*.app
|
|
*.framework
|
|
*.xcframework
|
|
*.aar
|
|
*.jar
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.properties
|
|
.DS_Store
|
|
example/ivy/**/build/
|
|
example/ivy/android/gradle/
|
|
|
|
# Xcode configuration files.
|
|
*.xcworkspace
|
|
xcuserdata
|
|
*.entitlements
|
|
|
|
# Android Studio build and IDE configuration files.
|
|
example/bind/android/local.properties
|
|
example/bind/android/gradlew*
|
|
example/bind/android/gradle
|
|
example/bind/android/build
|
|
example/bind/android/app/build
|