- Notifications
You must be signed in to change notification settings - Fork673
chore: make certain dotfiles searchable by ripgrep#1475
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks! I have a feeling we might forget to maintain this list, but it can't hurt 😀 Maybe this can be improved by reducing dotfile clutter also, a few more tools now supportpyproject.toml
and some stuff can go in.github/
, I'll push a follow-up PR.
Just saw we're missing a few entries though.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
By explicitly NOT excluding the dotfiles we care about to the.gitignore file we make those files searchable by tools like ripgrep.By default dotfiles are ignored by ripgrep and other search tools (notgrep)
codecov-commenter commentedMay 29, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1475 +/- ##==========================================- Coverage 90.91% 86.37% -4.54%========================================== Files 73 73 Lines 4051 4052 +1 ==========================================- Hits 3683 3500 -183- Misses 368 552 +184
Flags with carried forward coverage won't be shown.Click here to find out more.
|
By explicitly NOT excluding the dotfiles we care about to the
.gitignore file we make those files searchable by tools like ripgrep.
By default dotfiles are ignored by ripgrep and other search tools (not
grep)