.gitignore 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # OSX
  2. #
  3. .DS_Store
  4. .swc
  5. # Xcode
  6. #
  7. build/
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata
  17. *.xccheckout
  18. *.moved-aside
  19. DerivedData
  20. *.hmap
  21. *.ipa
  22. *.xcuserstate
  23. ios/.xcode.env.local
  24. # Android/IntelliJ
  25. #
  26. dist/
  27. build/
  28. .idea
  29. .gradle
  30. local.properties
  31. *.iml
  32. *.hprof
  33. .cxx/
  34. # node.js
  35. #
  36. node_modules/
  37. npm-debug.log
  38. yarn-error.log
  39. # BUCK
  40. buck-out/
  41. \.buckd/
  42. *.keystore
  43. !debug.keystore
  44. # fastlane
  45. #
  46. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  47. # screenshots whenever they are needed.
  48. # For more information about the recommended setup visit:
  49. # https://docs.fastlane.tools/best-practices/source-control/
  50. **/fastlane/report.xml
  51. **/fastlane/Preview.html
  52. **/fastlane/screenshots
  53. **/fastlane/test_output
  54. # Bundle artifact
  55. # *.jsbundle
  56. # Ruby / CocoaPods
  57. Podfile.lock
  58. /ios/Pods/
  59. /vendor/bundle/
  60. /android/app/src/main/java/com/hola/generated
  61. ## taro-react-native-release
  62. !release/**