I want to include a directory when I do my imports but exclude any files that might be in it. how can this be done?
ie: include cache dir, but exclude all the cache files in it.
in my global-ignores I have tried cache and cache/*, the former just excluded the entire cache dir - expected. and the later included everything.
am I close?