.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. # ---> Objective-C
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## Build generated
  6. build/
  7. DerivedData
  8. ## Various settings
  9. *.pbxuser
  10. !default.pbxuser
  11. *.mode1v3
  12. !default.mode1v3
  13. *.mode2v3
  14. !default.mode2v3
  15. *.perspectivev3
  16. !default.perspectivev3
  17. xcuserdata
  18. ## Other
  19. *.xccheckout
  20. *.moved-aside
  21. *.xcuserstate
  22. *.xcscmblueprint
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26. # CocoaPods
  27. #
  28. # We recommend against adding the Pods directory to your .gitignore. However
  29. # you should judge for yourself, the pros and cons are mentioned at:
  30. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  31. #
  32. #Pods/
  33. # Carthage
  34. #
  35. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  36. # Carthage/Checkouts
  37. Carthage/Build
  38. # ---> Xcode
  39. # Xcode
  40. #
  41. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  42. ## Build generated
  43. build/
  44. DerivedData
  45. ## Various settings
  46. *.pbxuser
  47. !default.pbxuser
  48. *.mode1v3
  49. !default.mode1v3
  50. *.mode2v3
  51. !default.mode2v3
  52. *.perspectivev3
  53. !default.perspectivev3
  54. xcuserdata
  55. ## Other
  56. *.xccheckout
  57. *.moved-aside
  58. *.xcuserstate
  59. # ---> Swift
  60. # Xcode
  61. #
  62. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  63. ## Build generated
  64. build/
  65. DerivedData
  66. ## Various settings
  67. *.pbxuser
  68. !default.pbxuser
  69. *.mode1v3
  70. !default.mode1v3
  71. *.mode2v3
  72. !default.mode2v3
  73. *.perspectivev3
  74. !default.perspectivev3
  75. xcuserdata
  76. ## Other
  77. *.xccheckout
  78. *.moved-aside
  79. *.xcuserstate
  80. *.xcscmblueprint
  81. ## Obj-C/Swift specific
  82. *.hmap
  83. *.ipa
  84. # CocoaPods
  85. #
  86. # We recommend against adding the Pods directory to your .gitignore. However
  87. # you should judge for yourself, the pros and cons are mentioned at:
  88. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  89. #
  90. # Pods/
  91. # Carthage
  92. #
  93. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  94. # Carthage/Checkouts
  95. Carthage/Build
  96. # ---> macOS
  97. .DS_Store
  98. .AppleDouble
  99. .LSOverride
  100. # Icon must end with two \r
  101. Icon
  102. # Thumbnails
  103. ._*
  104. # Files that might appear in the root of a volume
  105. .DocumentRevisions-V100
  106. .fseventsd
  107. .Spotlight-V100
  108. .TemporaryItems
  109. .Trashes
  110. .VolumeIcon.icns
  111. # Directories potentially created on remote AFP share
  112. .AppleDB
  113. .AppleDesktop
  114. Network Trash Folder
  115. Temporary Items
  116. .apdisk