The idea here is to be able to run the server as follows: ``` clj -m http.server --exclude "target/*" --exclude "*.cpp" ``` I'm not sure we need to support the entire set of `glob` features, probably "*" would be enough.
The idea here is to be able to run the server as follows:
I'm not sure we need to support the entire set of
globfeatures, probably "*" would be enough.