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

windows line endings in gitignore #7

Open
jbockle opened this issue Jul 30, 2021 · 1 comment
Open

windows line endings in gitignore #7

jbockle opened this issue Jul 30, 2021 · 1 comment

Comments

@jbockle
Copy link

jbockle commented Jul 30, 2021

when gitignore has windows line endings (\r\n), the resulting globs include \r

out
node_modules
[
  '!**/out\r',
  '!**/out\r/**',
  '!**/node_modules\r',
  '!**/node_modules\r/**'
]
@mgol
Copy link
Contributor

mgol commented Jul 30, 2021

Thanks for the report. Would you like to submit a PR with a fix?

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