Нет описания

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. xcshareddata/
  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. *.keystore
  40. # fastlane
  41. #
  42. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  43. # screenshots whenever they are needed.
  44. # For more information about the recommended setup visit:
  45. # https://docs.fastlane.tools/best-practices/source-control/
  46. */fastlane/report.xml
  47. */fastlane/Preview.html
  48. */fastlane/screenshots
  49. # Bundle artifact
  50. *.jsbundle
  51. # CocoaPods
  52. /ios/Pods/