Skip to content

Commit

Permalink
R and git ignore tests result RDS file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 30, 2022
1 parent bfa95a9 commit d215a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
^cache$
^man/chunks/FAQ_cache$
^codecov\.yml$
^tests/testthat/results.rds$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Meta
/src/*.gc*
/cache
/man/chunks/FAQ_cache
/tests/testthat/results.rds

0 comments on commit d215a96

Please sign in to comment.