Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore empty line in .gitignore file #128

Open
singledoggy opened this issue Nov 25, 2024 · 1 comment
Open

ignore empty line in .gitignore file #128

singledoggy opened this issue Nov 25, 2024 · 1 comment

Comments

@singledoggy
Copy link

singledoggy commented Nov 25, 2024

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
@OscarCreator
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants