From 1585cc8eac92ac40a95fbda2493d3fa3f32f4b13 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 27 Apr 2026 06:40:30 +0200 Subject: [PATCH] Remove dist from the gitignore Signed-off-by: Nikolai Rodionov --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04c01ba..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules/ -dist/ \ No newline at end of file