From f18c3294347dad120d6cd1414c68ac7f046e929d Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Mon, 8 Jan 2024 11:55:51 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44bcc03..f39793f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules .nyc_output coverage -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +lib/**/*.d.ts \ No newline at end of file