I have the following folders in a project:
/wwwroot/lib/blue-imp-fileupload
/wwwroot/lib/jquery
/wwwroot/lib/foundation-sites
/wwwroot/lib/font-awesome
/wwwroot/lib/daily/dist
and want to ignore all folders EXCEPT /wwwroot/lib/daily/dist and any sub-folders and files. What would be the gitignore pattern to achieve this?