From c255122853914d3a74cc1708174c0df3e6d219dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 20 Feb 2021 21:10:06 +0100 Subject: [PATCH] chore: add temporary test directory to .gitignore This prevents VS Code from detecting changes in the directory while the tests are running. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ee11416..b9025f41 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ dist package-lock.json yarn.lock shrinkwrap.yaml +test/__app/