You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
821 B

  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. # Android/IntelliJ
  23. #
  24. build/
  25. .idea
  26. .gradle
  27. local.properties
  28. *.iml
  29. *.hprof
  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. !debug.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/