.gitignore 505 B

123456789101112131415161718192021222324252627
  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. # Xcode configuration files.
  17. *.xcworkspace
  18. xcuserdata
  19. *.entitlements
  20. # Android Studio build and IDE configuration files.
  21. example/bind/android/local.properties
  22. example/bind/android/gradlew*
  23. example/bind/android/gradle
  24. example/bind/android/build
  25. example/bind/android/app/build