28 строки
505 B
Plaintext
28 строки
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
|