.gitignore 760 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # OSX
  2. #
  3. .DS_Store
  4. .vscode
  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. project.xcworkspace
  24. # Android/IntelliJ
  25. #
  26. build/
  27. .idea
  28. .gradle
  29. local.properties
  30. *.iml
  31. # node.js
  32. #
  33. node_modules/
  34. npm-debug.log
  35. yarn-error.log
  36. # BUCK
  37. buck-out/
  38. \.buckd/
  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://docs.fastlane.tools/best-practices/source-control/
  45. */fastlane/report.xml
  46. */fastlane/Preview.html
  47. */fastlane/screenshots