From 22e34fb72ea9b00b8a19456b45ebccff9bafcc56 Mon Sep 17 00:00:00 2001 From: Yassir Elmarissi <53705290+YaRissi@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:32:39 +0000 Subject: [PATCH] add dist to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 629e96e..67aa969 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ config.json # Generated documentation (can be regenerated) man/ docs/cli/ +dist/ # Test coverage coverage.out \ No newline at end of file