github.com/Psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/MobileLibrary/iOS/.gitignore (about)

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