Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

65 řádky
898 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. ios/.xcode.env.local
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .gradle
  28. local.properties
  29. *.iml
  30. *.hprof
  31. .cxx/
  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. !debug.keystore
  42. # fastlane
  43. #
  44. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  45. # screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/
  48. **/fastlane/report.xml
  49. **/fastlane/Preview.html
  50. **/fastlane/screenshots
  51. **/fastlane/test_output
  52. # Bundle artifact
  53. *.jsbundle
  54. # Ruby / CocoaPods
  55. /ios/Pods/
  56. /vendor/bundle/