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
The new gitignore option, when set to true in config.toml, enables Lolcate to take into account .gitignore files and skip the paths that match one of the .gitignore patterns.
Changed
Use regex for basename matching instead of splitting the path, leading to a 10% performance improvement
(ec5140f, thanks to @icewind1991).
Added adoc (Asciidoc) to the doc predefined path type.
Fixed
Fix error when no skip directive in config.toml (#7).