From 63f6e7ba9b9e51de65053e744fa6a221ce645083 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 8 Feb 2024 19:58:19 +0000 Subject: [PATCH] chore(.gitignore): add .tap/ dir (#221) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 79a6a69..9352ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -148,6 +148,9 @@ yarn.lock .vscode .idea +#tap files +.tap/ + # test db authdb authdb-async