We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If an ignored path in a .gitignore has whitespace afterwards
node_modules/ <--- whitespace
ripgrep with still search the node_modules/ folder, removing the whitespace fixes this problem.
node_modules/
The text was updated successfully, but these errors were encountered:
I buy it. From man gitignore:
man gitignore
Trailing spaces are ignored unless they are quoted with backslash ("\").
Sorry, something went wrong.
4b5e789
Strip trailing whitespace in gitignore patterns.
09c3329
Fixes BurntSushi#38.
No branches or pull requests
If an ignored path in a .gitignore has whitespace afterwards
ripgrep with still search the
node_modules/
folder, removing the whitespace fixes this problem.The text was updated successfully, but these errors were encountered: