Skip to content

Commit 23c5163

Browse files
committed
Initial commit. 1.0.0
0 parents  commit 23c5163

77 files changed

Lines changed: 4774 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
*.xcuserstate
23+
24+
## Obj-C/Swift specific
25+
*.hmap
26+
*.ipa
27+
28+
## Playgrounds
29+
timeline.xctimeline
30+
playground.xcworkspace
31+
32+
# Swift Package Manager
33+
#
34+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
35+
# Packages/
36+
.build/
37+
38+
# CocoaPods
39+
#
40+
# We recommend against adding the Pods directory to your .gitignore. However
41+
# you should judge for yourself, the pros and cons are mentioned at:
42+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
43+
#
44+
# Pods/
45+
46+
# Carthage
47+
#
48+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
49+
# Carthage/Checkouts
50+
51+
Carthage/Build
52+
53+
# fastlane
54+
#
55+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
56+
# screenshots whenever they are needed.
57+
# For more information about the recommended setup visit:
58+
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
59+
60+
# fastlane/report.xml
61+
# fastlane/screenshots

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# YBSlantedCollectionViewLayout CHANGELOG
2+
3+
## 1.0.0
4+
5+
Initial release.

0 commit comments

Comments
 (0)