4.9.0
Added
- Added a new option
ignoreKeys
to provide custom alternatives to the defaultbc-ignore
kind of keys if needed. New option defaults to["#bartycrouch-ignore!", "#bc-ignore!", "#i!"]
if not specified otherwise.
PR: #242 | Author: Cihat Gündüz - Added a new option
subpathsToIgnore
to provide subpaths to be ignored (with case-insensitive comparison) inside of the providedpaths
. New option defaults to[".git", "carthage", "pods", "build", ".build", "docs"]
if not specified otherwise.
PR: #242 | Author: Cihat Gündüz
Fixed
- Removed ignoring all
InfoPlist.strings
files by default. If you want this to actually be the case, just addInfoPlist.strings
to the array in the newsubpathsToIgnore
option, e.g.:subPathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "InfoPlist.strings"]
PR: #242 | Author: Cihat Gündüz - Less situations where the empty
tmpstring
folder continues to exist.
PR: #238 | Author: Benjamin Erhart - Only apply ignores on subpaths of explicitly mentioned folders in
path
options, don't ignore any paths that are explicitly mentioned.
PR: #240 | Author: Benjamin Erhart
This release was made during my regular Open Source live stream on Twitch. Follow me there to support my work!