Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
1559e116
Commit
1559e116
authored
Oct 19, 2015
by
Carl Suster
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1704 from KrauseFx/master
Added fastlane to iOS projects
parents
8544f4e0
68ffe8de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
Objective-C.gitignore
Objective-C.gitignore
+10
-2
Swift.gitignore
Swift.gitignore
+9
-1
No files found.
Objective-C.gitignore
View file @
1559e116
...
@@ -31,9 +31,9 @@ xcuserdata
...
@@ -31,9 +31,9 @@ xcuserdata
#
#
# We recommend against adding the Pods directory to your .gitignore. However
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# http
s
://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
#
#Pods/
#
Pods/
# Carthage
# Carthage
#
#
...
@@ -41,3 +41,11 @@ xcuserdata
...
@@ -41,3 +41,11 @@ xcuserdata
# Carthage/Checkouts
# Carthage/Checkouts
Carthage/Build
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
fastlane/report.xml
fastlane/screenshots
Swift.gitignore
View file @
1559e116
...
@@ -31,7 +31,7 @@ xcuserdata
...
@@ -31,7 +31,7 @@ xcuserdata
#
#
# We recommend against adding the Pods directory to your .gitignore. However
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# you should judge for yourself, the pros and cons are mentioned at:
# http
://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in
-source-control
# http
s://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into
-source-control
#
#
# Pods/
# Pods/
...
@@ -41,3 +41,11 @@ xcuserdata
...
@@ -41,3 +41,11 @@ xcuserdata
# Carthage/Checkouts
# Carthage/Checkouts
Carthage/Build
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
fastlane/report.xml
fastlane/screenshots
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment