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
I'm in a Git checkout and would want to recurse all markdown from root (not a blog with a _blog/ path). I want it to ignroe the .git/ folder and while there's no --ignore-paths feature or default ignores, and inclusing glob would help.
Without it, I might have to do some find -exec fu.