rsync.nvim
rsync.nvim copied to clipboard
ignore empty line in .gitignore file
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
If you want you can create a PR and I will have a look. Otherwise it may take a while to fix this