.gitignore 994 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. build/
  27. .idea
  28. .gradle
  29. local.properties
  30. *.iml
  31. *.hprof
  32. .cxx/
  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. **/fastlane/test_output
  53. # Bundle artifact
  54. # *.jsbundle
  55. # Ruby / CocoaPods
  56. /ios/Pods/
  57. /vendor/bundle/
  58. /android/app/src/main/java/com/hola/generated
  59. ## taro-react-native-release
  60. !release/**