No Description

.gitignore 866B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. # Visual Studio Code
  31. #
  32. .vscode/
  33. # node.js
  34. #
  35. node_modules/
  36. npm-debug.log
  37. yarn-error.log
  38. # BUCK
  39. buck-out/
  40. \.buckd/
  41. *.keystore
  42. !debug.keystore
  43. # fastlane
  44. #
  45. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  46. # screenshots whenever they are needed.
  47. # For more information about the recommended setup visit:
  48. # https://docs.fastlane.tools/best-practices/source-control/
  49. */fastlane/report.xml
  50. */fastlane/Preview.html
  51. */fastlane/screenshots
  52. # Bundle artifact
  53. *.jsbundle
  54. # CocoaPods
  55. /ios/Pods/