|
1 | | -.DS_Store |
2 | | -/.build |
3 | | -/Packages |
4 | | -/*.xcodeproj |
5 | | -xcuserdata/ |
| 1 | + |
| 2 | +# Created by https://www.gitignore.io/api/swift,xcode,Cobjective-c,osx |
| 3 | + |
| 4 | +#!! ERROR: cobjective-c is undefined. Use list command to see defined gitignore types !!# |
| 5 | + |
| 6 | +### OSX ### |
| 7 | +*.DS_Store |
| 8 | +.AppleDouble |
| 9 | +.LSOverride |
| 10 | + |
| 11 | +# Icon must end with two \r |
| 12 | +Icon |
| 13 | + |
| 14 | +# Thumbnails |
| 15 | +._* |
| 16 | + |
| 17 | +# Files that might appear in the root of a volume |
| 18 | +.DocumentRevisions-V100 |
| 19 | +.fseventsd |
| 20 | +.Spotlight-V100 |
| 21 | +.TemporaryItems |
| 22 | +.Trashes |
| 23 | +.VolumeIcon.icns |
| 24 | +.com.apple.timemachine.donotpresent |
| 25 | + |
| 26 | +# Directories potentially created on remote AFP share |
| 27 | +.AppleDB |
| 28 | +.AppleDesktop |
| 29 | +Network Trash Folder |
| 30 | +Temporary Items |
| 31 | +.apdisk |
| 32 | + |
| 33 | +### Swift ### |
| 34 | +# Xcode |
| 35 | +# |
| 36 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 37 | + |
| 38 | +## Build generated |
| 39 | +build/ |
6 | 40 | DerivedData/ |
7 | | -.swiftpm/config/registries.json |
8 | | -.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata |
9 | | -.netrc |
| 41 | + |
| 42 | +## Various settings |
| 43 | +*.pbxuser |
| 44 | +!default.pbxuser |
| 45 | +*.mode1v3 |
| 46 | +!default.mode1v3 |
| 47 | +*.mode2v3 |
| 48 | +!default.mode2v3 |
| 49 | +*.perspectivev3 |
| 50 | +!default.perspectivev3 |
| 51 | +# xcuserdata/ |
| 52 | + |
| 53 | +## Other |
| 54 | +*.moved-aside |
| 55 | +*.xccheckout |
| 56 | +*.xcscmblueprint |
| 57 | + |
| 58 | +## Obj-C/Swift specific |
| 59 | +*.hmap |
| 60 | +*.ipa |
| 61 | +*.dSYM.zip |
| 62 | +*.dSYM |
| 63 | + |
| 64 | +## Playgrounds |
| 65 | +timeline.xctimeline |
| 66 | +playground.xcworkspace |
| 67 | +# *.xcworkspace |
| 68 | +Podfile.lock |
| 69 | + |
| 70 | +# Swift Package Manager |
| 71 | +# |
| 72 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 73 | +# Packages/ |
| 74 | +# Package.pins |
| 75 | +.build/ |
| 76 | + |
| 77 | +# CocoaPods - Refactored to standalone file |
| 78 | + |
| 79 | +# Carthage - Refactored to standalone file |
| 80 | + |
| 81 | +# fastlane |
| 82 | +# |
| 83 | +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
| 84 | +# screenshots whenever they are needed. |
| 85 | +# For more information about the recommended setup visit: |
| 86 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 87 | + |
| 88 | +fastlane/report.xml |
| 89 | +fastlane/Preview.html |
| 90 | +#fastlane/screenshots |
| 91 | +fastlane/test_output |
| 92 | + |
| 93 | +### Swift.CocoaPods Stack ### |
| 94 | +## CocoaPods GitIgnore Template |
| 95 | + |
| 96 | +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing |
| 97 | +# - Also handy if you have a lage number of dependant pods |
| 98 | +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGONRE THE LOCK FILE |
| 99 | +Pods/ |
| 100 | + |
| 101 | +### Swift.Carthage Stack ### |
| 102 | +# Carthage |
| 103 | +# |
| 104 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 105 | +# Carthage/Checkouts |
| 106 | + |
| 107 | +Carthage/Build |
| 108 | + |
| 109 | +### Xcode ### |
| 110 | +# Xcode |
| 111 | +# |
| 112 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 113 | + |
| 114 | +## Build generated |
| 115 | + |
| 116 | +## Various settings |
| 117 | + |
| 118 | +## Other |
| 119 | + |
| 120 | +### Xcode Patch ### |
| 121 | +# *.xcodeproj/* |
| 122 | +# !*.xcodeproj/project.pbxproj |
| 123 | +# !*.xcodeproj/xcshareddata/ |
| 124 | +# !*.xcworkspace/contents.xcworkspacedata |
| 125 | +# /*.gcno |
| 126 | +*.xcodeproj/xcuserdata/* |
| 127 | +*xcuserdata/* |
| 128 | +*.generated.swift |
| 129 | + |
| 130 | +# End of https://www.gitignore.io/api/swift,xcode,Cobjective-c,osx |
| 131 | +.idea/ |
| 132 | +# BuildTools/Package.resolved |
| 133 | +fastlane/.env |
| 134 | +vendor/ |
| 135 | +Templates/ |
| 136 | +fastlane/README.md |
| 137 | +fastlane/output/ |
| 138 | +Index/ |
| 139 | +Logs/ |
| 140 | +ModuleCache.noindex/ |
| 141 | +SourcePackages/ |
| 142 | +TestResults/ |
| 143 | +fastlane/apple-app-site-association |
| 144 | +*.xcodeproj/project.xcworkspace/xcuserdata/ |
0 commit comments