.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /build/*
  2. .packages
  3. android/.gradle/*
  4. android/.idea/*
  5. android/local.properties
  6. android/.gradle/4.10.2/javaCompile/javaCompile.lock
  7. android/.gradle/4.10.2/fileHashes/fileHashes.bin
  8. android/.gradle/4.10.2/fileHashes/fileHashes.lock
  9. android/.gradle/4.10.2/fileHashes/resourceHashesCache.bin
  10. android/.gradle/4.10.2/javaCompile/jarAnalysis.bin
  11. android/.gradle/4.10.2/javaCompile/taskHistory.bin
  12. android/.gradle/4.10.2/taskHistory/taskHistory.bin
  13. android/.gradle/4.10.2/taskHistory/taskHistory.lock
  14. android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
  15. # Xcode
  16. #
  17. build/
  18. *.pbxuser
  19. !default.pbxuser
  20. *.mode1v3
  21. !default.mode1v3
  22. *.mode2v3
  23. !default.mode2v3
  24. *.perspectivev3
  25. !default.perspectivev3
  26. xcuserdata
  27. *.xccheckout
  28. *.moved-aside
  29. DerivedData
  30. *.hmap
  31. *.ipa
  32. *.xcuserstate
  33. # CocoaPods
  34. #
  35. # We recommend against adding the Pods directory to your .gitignore. However
  36. # you should judge for yourself, the pros and cons are mentioned at:
  37. # http://guides.cocoapods.org/using/using-cocoapods.html# should-i-ignore-the-pods-directory-in-source-control
  38. #
  39. Pods/