diff options
author | Brendan Forster <brendan@github.com> | 2016-03-16 12:33:37 +1100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-03-16 12:33:37 +1100 |
commit | c74eb94334463252a15c8f80876847cc580b8dd3 (patch) | |
tree | 1ba1b269470caf4779c5740c5780a4ff92fb4958 | |
parent | 31078469bf740b7a21b8d9b00320033c2ed82f91 (diff) | |
parent | 6555433867dfbcc16ffafa7a1c65b76576d195ec (diff) | |
download | gitignore-c74eb94334463252a15c8f80876847cc580b8dd3.tar.gz gitignore-c74eb94334463252a15c8f80876847cc580b8dd3.zip |
Merge pull request #1907 from chrisamanse/patch-1
Update ignore for fastlane files in Swift
-rw-r--r-- | Swift.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift.gitignore b/Swift.gitignore index aa5b516c..cb0060cc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -58,4 +58,6 @@ Carthage/Build # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md fastlane/report.xml +fastlane/Preview.html fastlane/screenshots +fastlane/test_output |