From 2bccc8cf95c26d78a9f32ca5757c7da25462f9c7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 8 Feb 2024 16:58:10 +0000 Subject: [PATCH] chore(.gitignore): add .tap/ dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index effd0b4..258a12b 100644 --- a/.gitignore +++ b/.gitignore @@ -153,6 +153,9 @@ yarn.lock # editor files .vscode .idea + +#tap files +.tap/ /test-results/ /playwright-report/ /playwright/.cache/