ztiromoritz / codebook

0 stars 1 forks source link

filter out .git folder #3

Open metalinjection opened 2 years ago

metalinjection commented 2 years ago

I think the script needs to filter out the .git folder - however I am not sure where to set the condition in the code?

ztiromoritz commented 2 years ago

FWalker has a matchregexp option, that we could expose. https://github.com/thiagodp/fwalker#matchregexp I'm not sure, if I would keep fwalker or maybe change to https://www.npmjs.com/package/glob or sth. else. I prefer glob as more handy.