From eef4388f7ea8d8604d401b83f196af872d838502 Mon Sep 17 00:00:00 2001 From: Andreas Philippi Date: Tue, 20 Aug 2024 08:49:14 +0200 Subject: [PATCH] chore: ignore storybook build output --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3131ad..09a0a37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ lerna-debug.log* node_modules dist dist-ssr +storybook-static *.local # Editor directories and files @@ -23,4 +24,4 @@ dist-ssr *.sln *.sw? -*storybook.log \ No newline at end of file +*storybook.log