From 7fc01db757ce7fe12e2eae276fd9b6fe3ebbb7f4 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:06:37 +0700 Subject: [PATCH] feat: add Storybook log and static files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a627497..ce4d407 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ dist-ssr .cache server/dist public/dist + +# storybook +*storybook.log +storybook-static \ No newline at end of file