.gitignore 3.6 KB

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