.gitignore 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. # Created by https://www.gitignore.io/api/xcode,appcode,swift,osx
  2. ### Xcode ###
  3. # Xcode
  4. #
  5. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  6. ## Build generated
  7. build/
  8. DerivedData/
  9. ## Various settings
  10. *.pbxuser
  11. !default.pbxuser
  12. *.mode1v3
  13. !default.mode1v3
  14. *.mode2v3
  15. !default.mode2v3
  16. *.perspectivev3
  17. !default.perspectivev3
  18. xcuserdata/
  19. ## Other
  20. *.moved-aside
  21. *.xccheckout
  22. *.xcscmblueprint
  23. ### AppCode ###
  24. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  25. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  26. # User-specific stuff:
  27. .idea/workspace.xml
  28. .idea/tasks.xml
  29. .idea/dictionaries
  30. .idea/vcs.xml
  31. .idea/jsLibraryMappings.xml
  32. # Sensitive or high-churn files:
  33. .idea/dataSources.ids
  34. .idea/dataSources.xml
  35. .idea/dataSources.local.xml
  36. .idea/sqlDataSources.xml
  37. .idea/dynamic.xml
  38. .idea/uiDesigner.xml
  39. # Gradle:
  40. .idea/gradle.xml
  41. .idea/libraries
  42. # Mongo Explorer plugin:
  43. .idea/mongoSettings.xml
  44. ## File-based project format:
  45. *.iws
  46. ## Plugin-specific files:
  47. # IntelliJ
  48. /out/
  49. # mpeltonen/sbt-idea plugin
  50. .idea_modules/
  51. # JIRA plugin
  52. atlassian-ide-plugin.xml
  53. # Crashlytics plugin (for Android Studio and IntelliJ)
  54. com_crashlytics_export_strings.xml
  55. crashlytics.properties
  56. crashlytics-build.properties
  57. fabric.properties
  58. ### AppCode Patch ###
  59. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  60. # *.iml
  61. # modules.xml
  62. ### Swift ###
  63. # Xcode
  64. #
  65. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  66. ## Build generated
  67. build/
  68. DerivedData/
  69. ## Various settings
  70. *.pbxuser
  71. !default.pbxuser
  72. *.mode1v3
  73. !default.mode1v3
  74. *.mode2v3
  75. !default.mode2v3
  76. *.perspectivev3
  77. !default.perspectivev3
  78. xcuserdata/
  79. ## Other
  80. *.moved-aside
  81. *.xcuserstate
  82. ## Obj-C/Swift specific
  83. *.hmap
  84. *.ipa
  85. *.dSYM.zip
  86. *.dSYM
  87. ## Playgrounds
  88. timeline.xctimeline
  89. playground.xcworkspace
  90. # Swift Package Manager
  91. #
  92. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  93. # Packages/
  94. .build/
  95. # CocoaPods
  96. #
  97. # We recommend against adding the Pods directory to your .gitignore. However
  98. # you should judge for yourself, the pros and cons are mentioned at:
  99. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  100. #
  101. # Pods/
  102. # Carthage
  103. #
  104. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  105. # Carthage/Checkouts
  106. Carthage/Build
  107. # fastlane
  108. #
  109. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  110. # screenshots whenever they are needed.
  111. # For more information about the recommended setup visit:
  112. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  113. fastlane/report.xml
  114. fastlane/Preview.html
  115. fastlane/screenshots
  116. fastlane/test_output
  117. ### OSX ###
  118. .DS_Store
  119. .AppleDouble
  120. .LSOverride
  121. # Icon must end with two \r
  122. Icon
  123. # Thumbnails
  124. ._*
  125. # Files that might appear in the root of a volume
  126. .DocumentRevisions-V100
  127. .fseventsd
  128. .Spotlight-V100
  129. .TemporaryItems
  130. .Trashes
  131. .VolumeIcon.icns
  132. .com.apple.timemachine.donotpresent
  133. # Directories potentially created on remote AFP share
  134. .AppleDB
  135. .AppleDesktop
  136. Network Trash Folder
  137. Temporary Items
  138. .apdisk