Skip to content

Commit

Permalink
chore: add ripgrep ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Sep 16, 2024
1 parent b43de7f commit 12df62a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
^\.ackrc$
^\.github$
^\.gitlab-ci\.yml$
^\.lintr$
^\.lintr\.R$
^\.rgignore$
^\.travis\.yml$
^.*\.Rproj$
^\.Rproj\.user$
2 changes: 2 additions & 0 deletions .rgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs
man

0 comments on commit 12df62a

Please sign in to comment.