2
0
mirror of synced 2025-02-21 14:08:14 +00:00
mobile/.gitignore
robaho 2ab7fee9df example/ivy/ios: enable return to continue demo
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>
2021-11-02 00:03:17 +00:00

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