mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Add fastlane to .gitignore
This commit is contained in:
parent
4149f2ce5d
commit
374c856484
16
.gitignore
vendored
16
.gitignore
vendored
@ -20,3 +20,19 @@ DerivedData
|
||||
|
||||
External/libgit2*.a
|
||||
|
||||
### fastlane ###
|
||||
# fastlane - A streamlined workflow tool for Cocoa deployment
|
||||
|
||||
# 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
|
||||
test_output
|
||||
|
||||
Loading…
Reference in New Issue
Block a user