diff options
author | Julian Caicedo <me@juliancadi.com> | 2018-04-13 12:23:48 +0200 |
---|---|---|
committer | Julian Caicedo <me@juliancadi.com> | 2018-04-13 12:23:48 +0200 |
commit | 3abb3367bcd00933eebd88593b0d0fcb87b488db (patch) | |
tree | 5a23c659011e89e9c78b9e234af029d32b259e31 /Swift.gitignore | |
parent | f1d5981dd5b0ebf95617d73b93c628c2bd741267 (diff) | |
download | gitignore-3abb3367bcd00933eebd88593b0d0fcb87b488db.tar.gz gitignore-3abb3367bcd00933eebd88593b0d0fcb87b488db.zip |
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.
Diffstat (limited to 'Swift.gitignore')
-rw-r--r-- | Swift.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift.gitignore b/Swift.gitignore index 161179bf..0df134f4 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/*/*.png fastlane/test_output |