No Description

.gitignore 793B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. project.xcworkspace
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .gradle
  28. local.properties
  29. *.iml
  30. # node.js
  31. #
  32. node_modules/
  33. npm-debug.log
  34. yarn-error.log
  35. # BUCK
  36. buck-out/
  37. \.buckd/
  38. *.keystore
  39. # fastlane
  40. #
  41. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  42. # screenshots whenever they are needed.
  43. # For more information about the recommended setup visit:
  44. # https://docs.fastlane.tools/best-practices/source-control/
  45. */fastlane/report.xml
  46. */fastlane/Preview.html
  47. */fastlane/screenshots
  48. # Bundle artifact
  49. *.jsbundle