.gitignore 1000 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. /ios/Pods/
  58. /vendor/bundle/
  59. /android/app/src/main/java/com/hola/generated
  60. ## taro-react-native-release
  61. !release/**