Skip to content

Commit 25e7701

Browse files
committed
[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.
1 parent a9f6d99 commit 25e7701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objective-C.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Carthage/Build
5252

5353
fastlane/report.xml
5454
fastlane/Preview.html
55-
fastlane/screenshots
55+
fastlane/screenshots/**/*.png
5656
fastlane/test_output
5757

5858
# Code Injection

0 commit comments

Comments
 (0)