From 5bd72c92d5c8d2942469fb5dca8ff94de630d5f8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 8 Feb 2024 16:56:57 +0000 Subject: [PATCH] chore(.gitignore): add .tap/ dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a839549..9d78743 100644 --- a/.gitignore +++ b/.gitignore @@ -148,5 +148,8 @@ yarn.lock .vscode .idea +#tap files +.tap/ + # test env variables file !test/.env