.luacov
author Kim Alvefur <zash@zash.se>
Wed, 12 Jul 2023 11:42:41 +0200
changeset 13187 33b114fbb5de
parent 9472 cd2f742e5826
permissions -rw-r--r--
util.datamanager: Add way to efficiently remove first items in a list Copying data without parsing it should be more performant than parsing it serializing back.

exclude = {
	"^%./spec/";
}