You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the --exclude option only supports excluding individual files. It would be nice to support excluding multiple files using globs. Perhaps the filepattern library could be used for this. As an example, it would be great to support this:
Follows on from #59.
Currently the
--exclude
option only supports excluding individual files. It would be nice to support excluding multiple files using globs. Perhaps the filepattern library could be used for this. As an example, it would be great to support this:-- cabal-gild: discover src --exclude=src/**/Internal.hs
The text was updated successfully, but these errors were encountered: