rsync.nvim icon indicating copy to clipboard operation
rsync.nvim copied to clipboard

ignore empty line in .gitignore file

Open singledoggy opened this issue 1 year ago • 1 comments

create_filters should also filter out empty lines in .gitignore file, maybe something like this

                if line:sub(1, 1) ~= "#" and line:match("%S") then

singledoggy avatar Nov 25 '24 09:11 singledoggy

If you want you can create a PR and I will have a look. Otherwise it may take a while to fix this

OscarCreator avatar Nov 25 '24 10:11 OscarCreator