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

Fix an issue with extension-less files to ignore that don't start with a '.' #1032

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

tlienart
Copy link
Owner

fixes an issue with file paths to ignore when the file has no extension the issue was due to trying to add a when it got a path that did not start with a and that did not have an extension already (this is incidentally why this wasn't flagged for )

closes #1031

fixes an issue with file paths to ignore when the file has no extension
the issue was due to  trying to add a  when it got a path
that did not start with a  and that did not have an extension
already (this is incidentally why this wasn't flagged for
)
@tlienart tlienart merged commit 5629fc5 into master Jun 26, 2023
@tlienart tlienart deleted the tl/i1031 branch June 26, 2023 21:35
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

Successfully merging this pull request may close these issues.

files without extension don't get "ignored" properly
1 participant