.gitignore 789 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # OSX
  2. #
  3. .DS_Store
  4. # expo
  5. .expo/
  6. # Xcode
  7. #
  8. build/
  9. *.pbxuser
  10. !default.pbxuser
  11. *.mode1v3
  12. !default.mode1v3
  13. *.mode2v3
  14. !default.mode2v3
  15. *.perspectivev3
  16. !default.perspectivev3
  17. xcuserdata
  18. *.xccheckout
  19. *.moved-aside
  20. DerivedData
  21. *.hmap
  22. *.ipa
  23. *.xcuserstate
  24. project.xcworkspace
  25. # Android/IntelliJ
  26. #
  27. build/
  28. .idea
  29. .gradle
  30. local.properties
  31. *.iml
  32. # node.js
  33. #
  34. node_modules/
  35. npm-debug.log
  36. yarn-error.log
  37. # BUCK
  38. buck-out/
  39. \.buckd/
  40. *.keystore
  41. # fastlane
  42. #
  43. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  44. # screenshots whenever they are needed.
  45. # For more information about the recommended setup visit:
  46. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  47. fastlane/report.xml
  48. fastlane/Preview.html
  49. fastlane/screenshots