.gitignore 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # Don't commit build artifacts
  2. go-ios-build
  3. build
  4. Psi.framework
  5. PsiphonTunnel.framework
  6. psiphon-config.json
  7. PsiphonTunnel/build-git-commit.txt
  8. #
  9. # Xcode
  10. #
  11. # https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore
  12. ## Build generated
  13. build/
  14. DerivedData/
  15. ## Various settings
  16. *.pbxuser
  17. !default.pbxuser
  18. *.mode1v3
  19. !default.mode1v3
  20. *.mode2v3
  21. !default.mode2v3
  22. *.perspectivev3
  23. !default.perspectivev3
  24. xcuserdata/
  25. ## Other
  26. *.moved-aside
  27. *.xccheckout
  28. *.xcscmblueprint
  29. #
  30. # Objective-C
  31. #
  32. # https://github.com/github/gitignore/blob/master/Objective-C.gitignore
  33. ## Build generated
  34. build/
  35. DerivedData/
  36. ## Various settings
  37. *.pbxuser
  38. !default.pbxuser
  39. *.mode1v3
  40. !default.mode1v3
  41. *.mode2v3
  42. !default.mode2v3
  43. *.perspectivev3
  44. !default.perspectivev3
  45. xcuserdata/
  46. ## Other
  47. *.moved-aside
  48. *.xcuserstate
  49. ## Obj-C/Swift specific
  50. *.hmap
  51. *.ipa
  52. *.dSYM.zip
  53. *.dSYM
  54. # CocoaPods
  55. #
  56. # We recommend against adding the Pods directory to your .gitignore. However
  57. # you should judge for yourself, the pros and cons are mentioned at:
  58. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  59. #
  60. # Pods/
  61. # Carthage
  62. #
  63. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  64. # Carthage/Checkouts
  65. Carthage/Build
  66. # fastlane
  67. #
  68. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  69. # screenshots whenever they are needed.
  70. # For more information about the recommended setup visit:
  71. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  72. fastlane/report.xml
  73. fastlane/Preview.html
  74. fastlane/screenshots
  75. fastlane/test_output
  76. # Code Injection
  77. #
  78. # After new code Injection tools there's a generated folder /iOSInjectionProject
  79. # https://github.com/johnno1962/injectionforxcode
  80. iOSInjectionProject/
  81. #
  82. # Swift
  83. #
  84. # https://github.com/github/gitignore/blob/master/Swift.gitignore
  85. ## Build generated
  86. build/
  87. DerivedData/
  88. ## Various settings
  89. *.pbxuser
  90. !default.pbxuser
  91. *.mode1v3
  92. !default.mode1v3
  93. *.mode2v3
  94. !default.mode2v3
  95. *.perspectivev3
  96. !default.perspectivev3
  97. xcuserdata/
  98. ## Other
  99. *.moved-aside
  100. *.xcuserstate
  101. ## Obj-C/Swift specific
  102. *.hmap
  103. *.ipa
  104. *.dSYM.zip
  105. *.dSYM
  106. ## Playgrounds
  107. timeline.xctimeline
  108. playground.xcworkspace
  109. # Swift Package Manager
  110. #
  111. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  112. # Packages/
  113. .build/
  114. # CocoaPods
  115. #
  116. # We recommend against adding the Pods directory to your .gitignore. However
  117. # you should judge for yourself, the pros and cons are mentioned at:
  118. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  119. #
  120. # Pods/
  121. # Carthage
  122. #
  123. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  124. # Carthage/Checkouts
  125. Carthage/Build
  126. # fastlane
  127. #
  128. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  129. # screenshots whenever they are needed.
  130. # For more information about the recommended setup visit:
  131. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  132. fastlane/report.xml
  133. fastlane/Preview.html
  134. fastlane/screenshots
  135. fastlane/test_output
  136. #
  137. # MacOS
  138. #
  139. # https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
  140. *.DS_Store
  141. .AppleDouble
  142. .LSOverride
  143. # Icon must end with two \r
  144. Icon
  145. # Thumbnails
  146. ._*
  147. # Files that might appear in the root of a volume
  148. .DocumentRevisions-V100
  149. .fseventsd
  150. .Spotlight-V100
  151. .TemporaryItems
  152. .Trashes
  153. .VolumeIcon.icns
  154. .com.apple.timemachine.donotpresent
  155. # Directories potentially created on remote AFP share
  156. .AppleDB
  157. .AppleDesktop
  158. Network Trash Folder
  159. Temporary Items
  160. .apdisk