Skip to content

Commit

Permalink
✅[CHORE] fastlane 관련 파일 git ignore 추가 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Jan 12, 2022
1 parent 5d94199 commit 57269da
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,29 @@ iOSInjectionProject/

#Server URL
Umpah-iOS/Umpah-iOS/Resource/APIServices/GeneralAPI.swift

### 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

0 comments on commit 57269da

Please sign in to comment.