From a6a3f005b6c490a078f0a37c36bd6025be531fb8 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Mon, 20 May 2024 17:50:10 +0200 Subject: [PATCH] For some reason definition files stick around in test/ so ignore them --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5a64cbb..d1413c9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ pnpm-lock.yaml package-lock.json node_modules/ + +test/**/*.d.ts