RastislavMirek / FlexColorPicker

Modern color picker library written in Swift 5 that can be easily extended and customized. It aims to provide great UX and performance with stable, quality code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When installed via SPM or CocoaPods unnecessary files are downloaded

RastislavMirek opened this issue · comments

E.g. GifsAndScreenshots folder, can it be excluded?

See this SO question.

Based on SO answer the only way to hide some files/folders is to mark them as hidden with dot prefix (like .travis.yml does).