Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

minimatch glob problem

node v8.17.0
version: 1.0.0
endpointsharetweet
let minimatch = require("minimatch") let options = { dot: true }
(new minimatch.Minimatch('**/[Pp]ackages/build/', options)).match('.git', true)
(new minimatch.Minimatch('**/[Pp]ackages/build/', options)).match('/.git', true)
Loading…

no comments

    sign in to comment