.gitignore 784 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. node_modules/
  2. .expo/
  3. npm-debug.*
  4. *.jks
  5. *.p8
  6. *.p12
  7. *.key
  8. *.mobileprovision
  9. *.orig.*
  10. web-build/
  11. *.env
  12. *.env.*
  13. # macOS
  14. .DS_Store
  15. # @generated expo-cli sync-2138f1e3e130677ea10ea873f6d498e3890e677b
  16. # The following patterns were generated by expo-cli
  17. # OSX
  18. #
  19. .DS_Store
  20. # Xcode
  21. #
  22. build/
  23. *.pbxuser
  24. !default.pbxuser
  25. *.mode1v3
  26. !default.mode1v3
  27. *.mode2v3
  28. !default.mode2v3
  29. *.perspectivev3
  30. !default.perspectivev3
  31. xcuserdata
  32. *.xccheckout
  33. *.moved-aside
  34. DerivedData
  35. *.hmap
  36. *.ipa
  37. *.xcuserstate
  38. project.xcworkspace
  39. # Android/IntelliJ
  40. #
  41. build/
  42. .idea
  43. .gradle
  44. local.properties
  45. *.iml
  46. *.hprof
  47. # node.js
  48. #
  49. node_modules/
  50. npm-debug.log
  51. yarn-error.log
  52. # BUCK
  53. buck-out/
  54. \.buckd/
  55. *.keystore
  56. !debug.keystore
  57. # Bundle artifacts
  58. *.jsbundle
  59. # CocoaPods
  60. /ios/Pods/
  61. # Expo
  62. .expo/
  63. web-build/
  64. # @end expo-cli