From 3966a9b84c8531fe94052ae70fabbb0984542bf8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 8 Feb 2024 16:58:56 +0000 Subject: [PATCH] chore(.gitignore): add .tap/ dir --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e571ae5..2acc8d6 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,7 @@ yarn.lock # editor files .vscode -.idea \ No newline at end of file +.idea + +#tap files +.tap/ \ No newline at end of file