No Description

.gitignore 808B

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