|
| 1 | +# Xcode |
| 2 | +# |
| 3 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
| 4 | + |
| 5 | +## User settings |
| 6 | +xcuserdata/ |
| 7 | + |
| 8 | +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
| 9 | +*.xcscmblueprint |
| 10 | +*.xccheckout |
| 11 | + |
| 12 | +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
| 13 | +build/ |
| 14 | +DerivedData/ |
| 15 | +*.moved-aside |
| 16 | +*.pbxuser |
| 17 | +!default.pbxuser |
| 18 | +*.mode1v3 |
| 19 | +!default.mode1v3 |
| 20 | +*.mode2v3 |
| 21 | +!default.mode2v3 |
| 22 | +*.perspectivev3 |
| 23 | +!default.perspectivev3 |
| 24 | + |
| 25 | +## Obj-C/Swift specific |
| 26 | +*.hmap |
| 27 | + |
| 28 | +# OS generated files # |
| 29 | +###################### |
| 30 | +.DS_Store |
| 31 | +.DS_Store? |
| 32 | +._* |
| 33 | +.Spotlight-V100 |
| 34 | +.Trashes |
| 35 | +ehthumbs.db |
| 36 | +Thumbs.db |
| 37 | + |
| 38 | +## App packaging |
| 39 | +*.ipa |
| 40 | +*.dSYM.zip |
| 41 | +*.dSYM |
| 42 | + |
| 43 | +## Playgrounds |
| 44 | +timeline.xctimeline |
| 45 | +playground.xcworkspace |
| 46 | + |
| 47 | +# Swift Package Manager |
| 48 | +# |
| 49 | +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
| 50 | +# Packages/ |
| 51 | +# Package.pins |
| 52 | +# Package.resolved |
| 53 | +# *.xcodeproj |
| 54 | +# |
| 55 | +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
| 56 | +# hence it is not needed unless you have added a package configuration file to your project |
| 57 | +# .swiftpm |
| 58 | + |
| 59 | +.build/ |
| 60 | +Sources/ |
| 61 | +Tests/ |
| 62 | + |
| 63 | +# CocoaPods |
| 64 | +# |
| 65 | +# We recommend against adding the Pods directory to your .gitignore. However |
| 66 | +# you should judge for yourself, the pros and cons are mentioned at: |
| 67 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
| 68 | +# |
| 69 | +# Pods/ |
| 70 | +# |
| 71 | +# Add this line if you want to avoid checking in source code from the Xcode workspace |
| 72 | +# *.xcworkspace |
| 73 | + |
| 74 | +# Carthage |
| 75 | +# |
| 76 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. |
| 77 | +# Carthage/Checkouts |
| 78 | + |
| 79 | +Carthage/Build/ |
| 80 | + |
| 81 | +# Accio dependency management |
| 82 | +Dependencies/ |
| 83 | +.accio/ |
| 84 | + |
| 85 | +# fastlane |
| 86 | +# |
| 87 | +# It is recommended to not store the screenshots in the git repo. |
| 88 | +# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
| 89 | +# For more information about the recommended setup visit: |
| 90 | +# https://docs.fastlane.tools/best-practices/source-control/#source-control |
| 91 | + |
| 92 | +fastlane/report.xml |
| 93 | +fastlane/Preview.html |
| 94 | +fastlane/screenshots/**/*.png |
| 95 | +fastlane/test_output |
| 96 | + |
| 97 | +# Code Injection |
| 98 | +# |
| 99 | +# After new code Injection tools there's a generated folder /iOSInjectionProject |
| 100 | +# https://github.com/johnno1962/injectionforxcode |
| 101 | + |
| 102 | +iOSInjectionProject/ |
| 103 | + |
| 104 | +## Node-Js ignores |
| 105 | +# Logs |
| 106 | +logs |
| 107 | +*.log |
| 108 | +npm-debug.log* |
| 109 | +yarn-debug.log* |
| 110 | +yarn-error.log* |
| 111 | +lerna-debug.log* |
| 112 | + |
| 113 | +# Diagnostic reports (https://nodejs.org/api/report.html) |
| 114 | +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json |
| 115 | + |
| 116 | +# Runtime data |
| 117 | +pids |
| 118 | +*.pid |
| 119 | +*.seed |
| 120 | +*.pid.lock |
| 121 | + |
| 122 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 123 | +lib-cov |
| 124 | + |
| 125 | +# Coverage directory used by tools like istanbul |
| 126 | +coverage |
| 127 | +*.lcov |
| 128 | + |
| 129 | +# nyc test coverage |
| 130 | +.nyc_output |
| 131 | + |
| 132 | +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) |
| 133 | +.grunt |
| 134 | + |
| 135 | +# Bower dependency directory (https://bower.io/) |
| 136 | +bower_components |
| 137 | + |
| 138 | +# node-waf configuration |
| 139 | +.lock-wscript |
| 140 | + |
| 141 | +# Compiled binary addons (https://nodejs.org/api/addons.html) |
| 142 | +build/Release |
| 143 | + |
| 144 | +# Dependency directories |
| 145 | +node_modules/ |
| 146 | +jspm_packages/ |
| 147 | + |
| 148 | +# TypeScript v1 declaration files |
| 149 | +typings/ |
| 150 | + |
| 151 | +# TypeScript cache |
| 152 | +*.tsbuildinfo |
| 153 | + |
| 154 | +# Optional npm cache directory |
| 155 | +.npm |
| 156 | + |
| 157 | +# Optional eslint cache |
| 158 | +.eslintcache |
| 159 | + |
| 160 | +# Microbundle cache |
| 161 | +.rpt2_cache/ |
| 162 | +.rts2_cache_cjs/ |
| 163 | +.rts2_cache_es/ |
| 164 | +.rts2_cache_umd/ |
| 165 | + |
| 166 | +# Optional REPL history |
| 167 | +.node_repl_history |
| 168 | + |
| 169 | +# Output of 'npm pack' |
| 170 | +*.tgz |
| 171 | + |
| 172 | +# Yarn Integrity file |
| 173 | +.yarn-integrity |
| 174 | + |
| 175 | +# dotenv environment variables file |
| 176 | +.env |
| 177 | +.env.test |
| 178 | + |
| 179 | +# parcel-bundler cache (https://parceljs.org/) |
| 180 | +.cache |
| 181 | + |
| 182 | +# Next.js build output |
| 183 | +.next |
| 184 | + |
| 185 | +# Nuxt.js build / generate output |
| 186 | +.nuxt |
| 187 | +dist |
| 188 | + |
| 189 | +# Gatsby files |
| 190 | +.cache/ |
| 191 | +# Comment in the public line in if your project uses Gatsby and *not* Next.js |
| 192 | +# https://nextjs.org/blog/next-9-1#public-directory-support |
| 193 | +# public |
| 194 | + |
| 195 | +# vuepress build output |
| 196 | +.vuepress/dist |
| 197 | + |
| 198 | +# Serverless directories |
| 199 | +.serverless/ |
| 200 | + |
| 201 | +# FuseBox cache |
| 202 | +.fusebox/ |
| 203 | + |
| 204 | +# DynamoDB Local files |
| 205 | +.dynamodb/ |
| 206 | + |
| 207 | +# TernJS port file |
| 208 | +.tern-port |
| 209 | + |
| 210 | +# NPM package lock |
| 211 | +package-lock.json |
0 commit comments