-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (27 loc) · 927 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
.idea
# Created by https://www.toptal.com/developers/gitignore/api/fastlane
# Edit at https://www.toptal.com/developers/gitignore?templates=fastlane
### fastlane ###
# fastlane - A streamlined workflow tool for Cocoa deployment
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
# fastlane specific
fastlane/report.xml
# deliver temporary files
fastlane/Preview.html
# snapshot generated screenshots
fastlane/screenshots/**/*.png
fastlane/screenshots/screenshots.html
# scan temporary files
fastlane/test_output
# Fastlane.swift runner binary
fastlane/FastlaneRunner
# End of https://www.toptal.com/developers/gitignore/api/fastlane