|
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift |
| 3 | + |
1 | 4 | ### macOS ###
|
2 |
| -*.DS_Store |
| 5 | +# General |
| 6 | +.DS_Store |
3 | 7 | .AppleDouble
|
4 | 8 | .LSOverride
|
5 | 9 |
|
|
10 | 14 | # Thumbnails
|
11 | 15 | ._*
|
12 | 16 |
|
13 |
| -# Cordova |
14 |
| -platforms/ |
15 |
| -plugins/ |
| 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 | +## User settings |
| 39 | +xcuserdata/ |
| 40 | + |
| 41 | +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
| 42 | +*.xcscmblueprint |
| 43 | +*.xccheckout |
| 44 | + |
| 45 | +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 46 | +build/ |
| 47 | +DerivedData/ |
| 48 | +*.moved-aside |
| 49 | +*.pbxuser |
| 50 | +!default.pbxuser |
| 51 | +*.mode1v3 |
| 52 | +!default.mode1v3 |
| 53 | +*.mode2v3 |
| 54 | +!default.mode2v3 |
| 55 | +*.perspectivev3 |
| 56 | +!default.perspectivev3 |
| 57 | + |
| 58 | +## Obj-C/Swift specific |
| 59 | +*.hmap |
| 60 | + |
| 61 | +## App packaging |
| 62 | +*.ipa |
| 63 | +*.dSYM.zip |
| 64 | +*.dSYM |
| 65 | + |
| 66 | +## Playgrounds |
| 67 | +timeline.xctimeline |
| 68 | +playground.xcworkspace |
| 69 | + |
| 70 | +# Swift Package Manager |
| 71 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 72 | +# Packages/ |
| 73 | +# Package.pins |
| 74 | +# Package.resolved |
| 75 | +# *.xcodeproj |
| 76 | +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
| 77 | +# hence it is not needed unless you have added a package configuration file to your project |
| 78 | +# .swiftpm |
| 79 | + |
| 80 | +.build/ |
| 81 | + |
| 82 | +# CocoaPods |
| 83 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 84 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 85 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 86 | +# Pods/ |
| 87 | +# Add this line if you want to avoid checking in source code from the Xcode workspace |
| 88 | +# *.xcworkspace |
| 89 | + |
| 90 | +# Carthage |
| 91 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 92 | +# Carthage/Checkouts |
| 93 | + |
| 94 | +Carthage/Build/ |
| 95 | + |
| 96 | +# Accio dependency management |
| 97 | +Dependencies/ |
| 98 | +.accio/ |
| 99 | + |
| 100 | +# fastlane |
| 101 | +# It is recommended to not store the screenshots in the git repo. |
| 102 | +# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
| 103 | +# For more information about the recommended setup visit: |
| 104 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 105 | + |
| 106 | +fastlane/report.xml |
| 107 | +fastlane/Preview.html |
| 108 | +fastlane/screenshots/**/*.png |
| 109 | +fastlane/test_output |
| 110 | + |
| 111 | +# Code Injection |
| 112 | +# After new code Injection tools there's a generated folder /iOSInjectionProject |
| 113 | +# https://github.com/johnno1962/injectionforxcode |
| 114 | + |
| 115 | +iOSInjectionProject/ |
| 116 | + |
| 117 | +### Xcode ### |
| 118 | +# Xcode |
| 119 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | +## Gcc Patch |
| 125 | +/*.gcno |
| 126 | + |
| 127 | +### Xcode Patch ### |
| 128 | +*.xcodeproj/* |
| 129 | +!*.xcodeproj/project.pbxproj |
| 130 | +!*.xcodeproj/xcshareddata/ |
| 131 | +!*.xcworkspace/contents.xcworkspacedata |
| 132 | +**/xcshareddata/WorkspaceSettings.xcsettings |
| 133 | + |
| 134 | +# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swift |
0 commit comments