Add fastlane to .gitignore

This commit is contained in:
joe DeCapo 2016-01-25 19:01:29 -06:00
parent 4149f2ce5d
commit 374c856484

16
.gitignore vendored
View File

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