From 8e2678a34ebb08dfceaf7604a43744c7d8cd4f59 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Fri, 26 Apr 2024 15:00:54 +0200 Subject: [PATCH] Add new testthat snapshots to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d2ebdd18..7aeca4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ docs/ # shinytest2: Ignore new debug snapshots for `$expect_values()` *_.new.png +tests/testthat/_snaps/**/*.new.md +tests/testthat/_snaps/**/*.new.svg