Commit 61302675e40bef591992f14c085073aedef96f69

Authored by daifengyi
1 parent 16781fca

gitignore

Showing 1 changed file with 58 additions and 0 deletions
.gitigonre 0 → 100644
  1 +# Xcode
  2 +#
  3 +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4 +
  5 +## Build generated
  6 +build/
  7 +DerivedData/
  8 +
  9 +## Various settings
  10 +*.pbxuser
  11 +!default.pbxuser
  12 +*.mode1v3
  13 +!default.mode1v3
  14 +*.mode2v3
  15 +!default.mode2v3
  16 +*.perspectivev3
  17 +!default.perspectivev3
  18 +xcuserdata/
  19 +
  20 +## Other
  21 +*.moved-aside
  22 +*.xccheckout
  23 +*.xcscmblueprint
  24 +*.DS_Store
  25 +
  26 +## Obj-C/Swift specific
  27 +*.hmap
  28 +*.ipa
  29 +*.dSYM.zip
  30 +*.dSYM
  31 +
  32 +# CocoaPods
  33 +#
  34 +# We recommend against adding the Pods directory to your .gitignore. However
  35 +# you should judge for yourself, the pros and cons are mentioned at:
  36 +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  37 +#
  38 +Pods/
  39 +Podfile.lock
  40 +
  41 +# Carthage
  42 +#
  43 +# Add this line if you want to avoid checking in source code from Carthage dependencies.
  44 +.gitmodules
  45 +
  46 +# fastlane
  47 +#
  48 +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  49 +# screenshots whenever they are needed.
  50 +# For more information about the recommended setup visit:
  51 +# https://docs.fastlane.tools/best-practices/source-control/#source-control
  52 +
  53 +
  54 +# Code Injection
  55 +#
  56 +# After new code Injection tools there's a generated folder /iOSInjectionProject
  57 +# https://github.com/johnno1962/injectionforxcode
  58 +
... ...