JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

Support Glob patterns in exclude lists #92

Closed fonsp closed 1 year ago

fonsp commented 1 year ago

Now you can do:

[Export]
exclude = [
    "subdir/*",
    "*/hw*.jl",
]