diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ef4d07 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/luacov.*.out \ No newline at end of file diff --git a/.luacov b/.luacov new file mode 100644 index 0000000..534e927 --- /dev/null +++ b/.luacov @@ -0,0 +1,9 @@ +return { + include = { + "^lib", + }, + exclude = { + "%.spec$", + "_spec$", + }, +} \ No newline at end of file