From 25e7701e5fd2663a460da80d053c23c4f46c37bf Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Mon, 16 Apr 2018 19:01:55 +0200 Subject: [PATCH] [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config) The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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