Commit 22349218f301238ee725ab1f9273df2ab75d8d2c
1 parent
bc7e19e0
提交更改
Showing
1 changed file
with
6 additions
and
37 deletions
.gitignore
| 1 | -# OS X | |
| 1 | +*~ | |
| 2 | 2 | .DS_Store |
| 3 | - | |
| 4 | -# Xcode | |
| 5 | -build/ | |
| 6 | -Products/ | |
| 7 | -*.pbxuser | |
| 8 | -!default.pbxuser | |
| 9 | -*.mode1v3 | |
| 10 | -!default.mode1v3 | |
| 11 | -*.mode2v3 | |
| 12 | -!default.mode2v3 | |
| 13 | -*.perspectivev3 | |
| 14 | -!default.perspectivev3 | |
| 15 | -xcuserdata/ | |
| 16 | -*.xccheckout | |
| 17 | -profile | |
| 18 | -*.moved-aside | |
| 19 | -DerivedData | |
| 20 | -*.hmap | |
| 21 | -*.ipa | |
| 22 | - | |
| 23 | -# Bundler | |
| 24 | -.bundle | |
| 25 | - | |
| 26 | -# Add this line if you want to avoid checking in source code from Carthage dependencies. | |
| 27 | -# Carthage/Checkouts | |
| 28 | - | |
| 29 | -Carthage/Build | |
| 30 | - | |
| 31 | -# We recommend against adding the Pods directory to your .gitignore. However | |
| 32 | -# you should judge for yourself, the pros and cons are mentioned at: | |
| 33 | -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control | |
| 34 | -# | |
| 35 | -# Note: if you ignore the Pods directory, make sure to uncomment | |
| 36 | -# `pod install` in .travis.yml | |
| 37 | -# | |
| 38 | -# Pods/ | |
| 39 | 3 | \ No newline at end of file |
| 4 | +*.xcuserstate | |
| 5 | +*.xcworkspace | |
| 6 | +xcuserdata | |
| 7 | +*.lock | |
| 8 | +Pods | |
| 40 | 9 | \ No newline at end of file | ... | ... |