Skip to content

Commit 6c9cbd3

Browse files
Merge pull request #15 from MiguelFerrer99/develop
UPDATE: Modify git ignore file
2 parents 1d647b7 + 15017ea commit 6c9cbd3

File tree

2 files changed

+15
-136
lines changed

2 files changed

+15
-136
lines changed

.gitignore

+1-136
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,9 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/swift,swiftpm,swiftpackagemanager,xcode,cocoapods,fastlane,carthage
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,swiftpm,swiftpackagemanager,xcode,cocoapods,fastlane,carthage
3-
4-
### Carthage ###
5-
# Carthage
6-
#
7-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
8-
# Carthage/Checkouts
9-
10-
Carthage/Build
11-
12-
### CocoaPods ###
13-
## CocoaPods GitIgnore Template
14-
15-
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
16-
# - Also handy if you have a large number of dependant pods
17-
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
18-
Pods/
19-
20-
### fastlane ###
21-
# fastlane - A streamlined workflow tool for Cocoa deployment
22-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
23-
# screenshots whenever they are needed.
24-
# For more information about the recommended setup visit:
25-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
26-
27-
# fastlane specific
28-
fastlane/report.xml
29-
30-
# deliver temporary files
31-
fastlane/Preview.html
32-
33-
# snapshot generated screenshots
34-
fastlane/screenshots/**/*.png
35-
fastlane/screenshots/screenshots.html
36-
37-
# scan temporary files
38-
fastlane/test_output
39-
40-
# Fastlane.swift runner binary
41-
fastlane/FastlaneRunner
42-
43-
### Swift ###
441
# Xcode
45-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
462

473
## User settings
484
xcuserdata/
495

50-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
51-
*.xcscmblueprint
52-
*.xccheckout
53-
54-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
55-
build/
56-
DerivedData/
57-
*.moved-aside
58-
*.pbxuser
59-
!default.pbxuser
60-
*.mode1v3
61-
!default.mode1v3
62-
*.mode2v3
63-
!default.mode2v3
64-
*.perspectivev3
65-
!default.perspectivev3
66-
67-
## Obj-C/Swift specific
68-
*.hmap
69-
706
## App packaging
717
*.ipa
728
*.dSYM.zip
73-
*.dSYM
74-
75-
## Playgrounds
76-
timeline.xctimeline
77-
playground.xcworkspace
78-
79-
# Swift Package Manager
80-
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
81-
# Packages/
82-
# Package.pins
83-
# Package.resolved
84-
# *.xcodeproj
85-
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
86-
# hence it is not needed unless you have added a package configuration file to your project
87-
# .swiftpm
88-
89-
.build/
90-
91-
# CocoaPods
92-
# We recommend against adding the Pods directory to your .gitignore. However
93-
# you should judge for yourself, the pros and cons are mentioned at:
94-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
95-
# Pods/
96-
# Add this line if you want to avoid checking in source code from the Xcode workspace
97-
# *.xcworkspace
98-
99-
# Carthage
100-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
101-
# Carthage/Checkouts
102-
103-
Carthage/Build/
104-
105-
# Accio dependency management
106-
.accio/
107-
108-
# fastlane
109-
# It is recommended to not store the screenshots in the git repo.
110-
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
111-
# For more information about the recommended setup visit:
112-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
113-
114-
115-
# Code Injection
116-
# After new code Injection tools there's a generated folder /iOSInjectionProject
117-
# https://github.com/johnno1962/injectionforxcode
118-
119-
iOSInjectionProject/
120-
121-
### SwiftPackageManager ###
122-
Packages
123-
xcuserdata
124-
*.xcodeproj
125-
126-
127-
### SwiftPM ###
128-
129-
130-
### Xcode ###
131-
132-
## Xcode 8 and earlier
133-
134-
### Xcode Patch ###
135-
*.xcodeproj/*
136-
!*.xcodeproj/project.pbxproj
137-
!*.xcodeproj/xcshareddata/
138-
!*.xcodeproj/project.xcworkspace/
139-
!*.xcworkspace/contents.xcworkspacedata
140-
/*.gcno
141-
**/xcshareddata/WorkspaceSettings.xcsettings
142-
*.xcuserstate
143-
144-
# End of https://www.toptal.com/developers/gitignore/api/swift,swiftpm,swiftpackagemanager,xcode,cocoapods,fastlane,carthage
9+
*.dSYM
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "iqkeyboardmanager",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/hackiftekhar/IQKeyboardManager.git",
7+
"state" : {
8+
"branch" : "master",
9+
"revision" : "0ea3febb36cfcec2afb5841fd8809a9c0fa545b3"
10+
}
11+
}
12+
],
13+
"version" : 2
14+
}

0 commit comments

Comments
 (0)