|
| 1 | +### fastlane ### |
| 2 | +# fastlane - A streamlined workflow tool for Cocoa deployment |
| 3 | +# |
| 4 | +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
| 5 | +# screenshots whenever they are needed. |
| 6 | +# For more information about the recommended setup visit: |
| 7 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 8 | + |
| 9 | +# fastlane specific |
| 10 | +fastlane/report.xml |
| 11 | + |
| 12 | +# deliver temporary files |
| 13 | +fastlane/Preview.html |
| 14 | + |
| 15 | +# snapshot generated screenshots |
| 16 | +fastlane/screenshots/**/*.png |
| 17 | +fastlane/screenshots/screenshots.html |
| 18 | + |
| 19 | +# scan temporary files |
| 20 | +fastlane/test_output |
| 21 | + |
| 22 | +### macOS ### |
| 23 | +# General |
| 24 | +.DS_Store |
| 25 | +.AppleDouble |
| 26 | +.LSOverride |
| 27 | + |
| 28 | +# Icon must end with two \r |
| 29 | +Icon |
| 30 | + |
| 31 | +# Thumbnails |
| 32 | +._* |
| 33 | + |
| 34 | +# Files that might appear in the root of a volume |
| 35 | +.DocumentRevisions-V100 |
| 36 | +.fseventsd |
| 37 | +.Spotlight-V100 |
| 38 | +.TemporaryItems |
| 39 | +.Trashes |
| 40 | +.VolumeIcon.icns |
| 41 | +.com.apple.timemachine.donotpresent |
| 42 | + |
| 43 | +# Directories potentially created on remote AFP share |
| 44 | +.AppleDB |
| 45 | +.AppleDesktop |
| 46 | +Network Trash Folder |
| 47 | +Temporary Items |
| 48 | +.apdisk |
| 49 | + |
| 50 | +### Ruby ### |
| 51 | +*.gem |
| 52 | +*.rbc |
| 53 | +/.config |
| 54 | +/coverage/ |
| 55 | +/InstalledFiles |
| 56 | +/pkg/ |
| 57 | +/spec/reports/ |
| 58 | +/spec/examples.txt |
| 59 | +/test/tmp/ |
| 60 | +/test/version_tmp/ |
| 61 | +/tmp/ |
| 62 | + |
| 63 | +# Used by dotenv library to load environment variables. |
| 64 | +# .env |
| 65 | + |
| 66 | +# Ignore Byebug command history file. |
| 67 | +.byebug_history |
| 68 | + |
| 69 | +## Specific to RubyMotion: |
| 70 | +.dat* |
| 71 | +.repl_history |
| 72 | +build/ |
| 73 | +*.bridgesupport |
| 74 | +build-iPhoneOS/ |
| 75 | +build-iPhoneSimulator/ |
| 76 | + |
| 77 | +## Specific to RubyMotion (use of CocoaPods): |
| 78 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 79 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 80 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 81 | +# vendor/Pods/ |
| 82 | + |
| 83 | +## Documentation cache and generated files: |
| 84 | +/.yardoc/ |
| 85 | +/_yardoc/ |
| 86 | +/doc/ |
| 87 | +/rdoc/ |
| 88 | + |
| 89 | +## Environment normalization: |
| 90 | +/.bundle/ |
| 91 | +/vendor/bundle |
| 92 | +/lib/bundler/man/ |
| 93 | + |
| 94 | +# for a library or gem, you might want to ignore these files since the code is |
| 95 | +# intended to run in multiple environments; otherwise, check them in: |
| 96 | +# Gemfile.lock |
| 97 | +# .ruby-version |
| 98 | +# .ruby-gemset |
| 99 | + |
| 100 | +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: |
| 101 | +.rvmrc |
| 102 | + |
| 103 | +### Ruby Patch ### |
| 104 | +# Used by RuboCop. Remote config files pulled in from inherit_from directive. |
| 105 | +# .rubocop-https?--* |
| 106 | + |
| 107 | +### Swift ### |
| 108 | +# Xcode |
| 109 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 110 | + |
| 111 | +## Build generated |
| 112 | +DerivedData/ |
| 113 | + |
| 114 | +## Various settings |
| 115 | +*.pbxuser |
| 116 | +!default.pbxuser |
| 117 | +*.mode1v3 |
| 118 | +!default.mode1v3 |
| 119 | +*.mode2v3 |
| 120 | +!default.mode2v3 |
| 121 | +*.perspectivev3 |
| 122 | +!default.perspectivev3 |
| 123 | +xcuserdata/ |
| 124 | + |
| 125 | +## Other |
| 126 | +*.moved-aside |
| 127 | +*.xccheckout |
| 128 | +*.xcscmblueprint |
| 129 | + |
| 130 | +## Obj-C/Swift specific |
| 131 | +*.hmap |
| 132 | +*.ipa |
| 133 | +*.dSYM.zip |
| 134 | +*.dSYM |
| 135 | + |
| 136 | +## Playgrounds |
| 137 | +timeline.xctimeline |
| 138 | +playground.xcworkspace |
| 139 | + |
| 140 | +# Swift Package Manager |
| 141 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 142 | +# Packages/ |
| 143 | +# Package.pins |
| 144 | +# Package.resolved |
| 145 | +.build/ |
| 146 | +# Add this line if you want to avoid checking in Xcode SPM integration. |
| 147 | +# .swiftpm/xcode |
| 148 | + |
| 149 | +# CocoaPods |
| 150 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 151 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 152 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 153 | +# Pods/ |
| 154 | +# Add this line if you want to avoid checking in source code from the Xcode workspace |
| 155 | +# *.xcworkspace |
| 156 | + |
| 157 | +# Carthage |
| 158 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 159 | +# Carthage/Checkouts |
| 160 | + |
| 161 | +Carthage/Build |
| 162 | + |
| 163 | +# Accio dependency management |
| 164 | +Dependencies/ |
| 165 | +.accio/ |
| 166 | + |
| 167 | +# fastlane |
| 168 | +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
| 169 | +# screenshots whenever they are needed. |
| 170 | +# For more information about the recommended setup visit: |
| 171 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 172 | + |
| 173 | + |
| 174 | +# Code Injection |
| 175 | +# After new code Injection tools there's a generated folder /iOSInjectionProject |
| 176 | +# https://github.com/johnno1962/injectionforxcode |
| 177 | + |
| 178 | +iOSInjectionProject/ |
| 179 | + |
| 180 | +### Xcode ### |
| 181 | +# Xcode |
| 182 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 183 | + |
| 184 | +## User settings |
| 185 | + |
| 186 | +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
| 187 | + |
| 188 | +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 189 | + |
| 190 | +## Xcode Patch |
| 191 | +*.xcodeproj/* |
| 192 | +!*.xcodeproj/project.pbxproj |
| 193 | +!*.xcodeproj/xcshareddata/ |
| 194 | +!*.xcworkspace/contents.xcworkspacedata |
| 195 | +/*.gcno |
| 196 | + |
| 197 | +### Xcode Patch ### |
| 198 | +**/xcshareddata/WorkspaceSettings.xcsettings |
| 199 | + |
| 200 | +### Carthage ### |
| 201 | +Carthage/Checkouts |
| 202 | +Carthage/Build |
0 commit comments