From ba82e627db3120b67d66c4ea14ac67af3b57c667 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:17:24 +0100 Subject: [PATCH] fix: add 'lib' directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a2d24c8..bb7077d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist release +lib \ No newline at end of file