Closed szepeviktor closed 1 year ago
Command used.
git ls-files --cached -z -- ':(exclude,glob)**/yarn.lock' \ | xargs --null -L 1 -- sed -i -e '/./,$!d' -e '/^$/N;/^\n$/D'
Command used.