From f8f63f97c89cbd0e9a78271442043a9472ec0180 Mon Sep 17 00:00:00 2001 From: "cyrus@tinyhumans.ai" Date: Tue, 31 Mar 2026 19:08:25 +0530 Subject: [PATCH] update: modify .gitignore to include `create_issue` and remove redundant `workflow` entry --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1aaf7809..16921a460 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Workflow docs (local only) -workflow/ +workflow +create_issue # Logs logs @@ -12,8 +13,6 @@ lerna-debug.log* package-lock.json -workflow - node_modules dist dist-ssr