No Description

.gitignore 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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
  50. Pods
  51. **/*~
  52. # OSX
  53. #
  54. .DS_Store
  55. # Xcode
  56. #
  57. build/
  58. *.pbxuser
  59. !default.pbxuser
  60. *.mode1v3
  61. !default.mode1v3
  62. *.mode2v3
  63. !default.mode2v3
  64. *.perspectivev3
  65. !default.perspectivev3
  66. xcuserdata
  67. *.xccheckout
  68. *.moved-aside
  69. DerivedData
  70. *.hmap
  71. *.ipa
  72. *.xcuserstate
  73. project.xcworkspace
  74. # Android/IntelliJ
  75. #
  76. build/
  77. .idea
  78. .gradle
  79. local.properties
  80. *.iml
  81. # node.js
  82. #
  83. node_modules/
  84. npm-debug.log
  85. yarn-error.log
  86. # BUCK
  87. buck-out/
  88. \.buckd/
  89. *.keystore
  90. # fastlane
  91. #
  92. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  93. # screenshots whenever they are needed.
  94. # For more information about the recommended setup visit:
  95. # https://docs.fastlane.tools/best-practices/source-control/
  96. */fastlane/report.xml
  97. */fastlane/Preview.html
  98. */fastlane/screenshots
  99. # Bundle artifact
  100. *.jsbundle
  101. Pods
  102. **/*~