Skip to content

Commit 3abb336

Browse files
committed
Specify screenshot files only, not whole folder
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 screenshots.
1 parent f1d5981 commit 3abb336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swift.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ Carthage/Build
6464

6565
fastlane/report.xml
6666
fastlane/Preview.html
67-
fastlane/screenshots
67+
fastlane/screenshots/*/*.png
6868
fastlane/test_output

0 commit comments

Comments
 (0)