From ad9627f0658d1b98ed6829d097eb914b2d51aaa0 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 4 May 2023 22:38:50 +0100 Subject: [PATCH] add docs/typedoc to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 815af20..2b61141 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,5 @@ dist .pnp.* tests/config.json -tests/sandbox.js \ No newline at end of file + +docs/typedoc \ No newline at end of file