.gitignore 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. yarn.lock
  25. # Android/IntelliJ
  26. #
  27. dist/
  28. build/
  29. .idea
  30. .gradle
  31. local.properties
  32. *.iml
  33. *.hprof
  34. .cxx/
  35. # node.js
  36. #
  37. node_modules/
  38. npm-debug.log
  39. yarn-error.log
  40. # BUCK
  41. buck-out/
  42. \.buckd/
  43. *.keystore
  44. !debug.keystore
  45. # fastlane
  46. #
  47. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  48. # screenshots whenever they are needed.
  49. # For more information about the recommended setup visit:
  50. # https://docs.fastlane.tools/best-practices/source-control/
  51. **/fastlane/report.xml
  52. **/fastlane/Preview.html
  53. **/fastlane/screenshots
  54. **/fastlane/test_output
  55. # Bundle artifact
  56. # *.jsbundle
  57. # Ruby / CocoaPods
  58. Podfile.lock
  59. /ios/Pods/
  60. /vendor/bundle/
  61. /android/app/src/main/java/com/hola/generated
  62. ## taro-react-native-release
  63. !release/**