Browse Source

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.
pull/2662/head
Julian Caicedo 6 years ago
parent
commit
3abb3367bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Swift.gitignore

+ 1
- 1
Swift.gitignore View File

@@ -64,5 +64,5 @@ Carthage/Build

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/screenshots/*/*.png
fastlane/test_output

Loading…
Cancel
Save