Skip to content

Commit

Permalink
[rg] Also ignore files to ignore (not just folders)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Apr 28, 2021
1 parent 7786ad5 commit f55f081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ripgrep/ripgreprc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{%@@ for file in standard_ignored_folders @@%}
--glob=!"{{@@ file @@}}"
{%@@ endfor @@%}
{%@@ for file in standard_ignored_files @@%}
--glob=!"{{@@ file @@}}"
{%@@ endfor @@%}

0 comments on commit f55f081

Please sign in to comment.