Skip to content

Commit 331f94b

Browse files
committed
添加忽略文件
2 parents 0edc222 + 48e2fc2 commit 331f94b

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

.gitignore

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
<<<<<<< HEAD
12
# OS X
23
.DS_Store
34

45
# Xcode
56
build/
7+
=======
8+
# Xcode
9+
#
10+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
11+
12+
## Build generated
13+
build/
14+
DerivedData/
15+
16+
## Various settings
17+
>>>>>>> 48e2fc2942cadb647b9a3aab93335332cbbb8cd8
618
*.pbxuser
719
!default.pbxuser
820
*.mode1v3
@@ -12,6 +24,7 @@ build/
1224
*.perspectivev3
1325
!default.perspectivev3
1426
xcuserdata/
27+
<<<<<<< HEAD
1528
*.xccheckout
1629
profile
1730
*.moved-aside
@@ -22,11 +35,48 @@ DerivedData
2235
# Bundler
2336
.bundle
2437

38+
=======
39+
40+
## Other
41+
*.moved-aside
42+
*.xccheckout
43+
*.xcscmblueprint
44+
45+
## Obj-C/Swift specific
46+
*.hmap
47+
*.ipa
48+
*.dSYM.zip
49+
*.dSYM
50+
51+
## Playgrounds
52+
timeline.xctimeline
53+
playground.xcworkspace
54+
55+
# Swift Package Manager
56+
#
57+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
58+
# Packages/
59+
# Package.pins
60+
# Package.resolved
61+
.build/
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+
# Carthage
72+
#
73+
>>>>>>> 48e2fc2942cadb647b9a3aab93335332cbbb8cd8
2574
# Add this line if you want to avoid checking in source code from Carthage dependencies.
2675
# Carthage/Checkouts
2776

2877
Carthage/Build
2978

79+
<<<<<<< HEAD
3080
# We recommend against adding the Pods directory to your .gitignore. However
3181
# you should judge for yourself, the pros and cons are mentioned at:
3282
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
@@ -35,3 +85,16 @@ Carthage/Build
3585
# `pod install` in .travis.yml
3686
#
3787
# Pods/
88+
=======
89+
# fastlane
90+
#
91+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
92+
# screenshots whenever they are needed.
93+
# For more information about the recommended setup visit:
94+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
95+
96+
fastlane/report.xml
97+
fastlane/Preview.html
98+
fastlane/screenshots/**/*.png
99+
fastlane/test_output
100+
>>>>>>> 48e2fc2942cadb647b9a3aab93335332cbbb8cd8

LICENSE

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2018 chriscaixx <caiflower20@163.com>
1+
MIT License
2+
3+
Copyright (c) 2018 花菜
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal
@@ -15,5 +17,7 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1517
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1719
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
1821
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1922
THE SOFTWARE.
23+

0 commit comments

Comments
 (0)