github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/.gitignore (about) 1 # Add no patterns to .gitignore except for files generated by the build. 2 last-change 3 *.apk 4 *.app 5 *.framework 6 *.xcframework 7 *.aar 8 *.jar 9 *.iml 10 .idea 11 .gradle 12 *.properties 13 .DS_Store 14 example/ivy/**/build/ 15 example/ivy/android/gradle/ 16 17 # Xcode configuration files. 18 *.xcworkspace 19 xcuserdata 20 *.entitlements 21 22 # Android Studio build and IDE configuration files. 23 example/bind/android/local.properties 24 example/bind/android/gradlew* 25 example/bind/android/gradle 26 example/bind/android/build 27 example/bind/android/app/build