Open singledoggy opened 4 days ago
create_filters should also filter out empty lines in .gitignore file, maybe something like this
create_filters
if line:sub(1, 1) ~= "#" and line:match("%S") then
If you want you can create a PR and I will have a look. Otherwise it may take a while to fix this
create_filters
should also filter out empty lines in .gitignore file, maybe something like this