diff options
author | Brendan Forster <github@brendanforster.com> | 2018-04-17 08:19:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 08:19:37 +1000 |
commit | 4b37ac26ffaee3e6566723ea187202d1e44ebb52 (patch) | |
tree | 8ee5ce8f5e82728b1ea87d3da433a5e9aa814cb8 | |
parent | 3fc67467699098a0f67f86c0d64e05fba44d94c2 (diff) | |
parent | 25e7701e5fd2663a460da80d053c23c4f46c37bf (diff) | |
download | gitignore-4b37ac26ffaee3e6566723ea187202d1e44ebb52.tar.gz gitignore-4b37ac26ffaee3e6566723ea187202d1e44ebb52.zip |
Merge pull request #2666 from juliancadi/master
[Fastlane] Specify screenshot files only, rather than whole folder (i…
-rw-r--r-- | Objective-C.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 09dfede4..86de6aa3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output # Code Injection |