From 81396051f08610a985b4f30bfc7e845695712ccf Mon Sep 17 00:00:00 2001 From: Peter Teich Date: Sun, 28 Apr 2024 11:49:08 +0200 Subject: [PATCH] chore(ci): Fix gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c0cad1..1537b59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea /.clai.yaml -/clai \ No newline at end of file +/clai +dist \ No newline at end of file