From d1b1987d8062d86249919d270ca1103e36d5d6d3 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Mon, 6 Jan 2025 12:24:35 +0100 Subject: [PATCH] :see_no_evil: [#582] Ensure that storybook-static build directory is ignored --- frontend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 11b5385dd..207b5d704 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -10,6 +10,7 @@ # production /build +/storybook-static # misc .DS_Store @@ -22,4 +23,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -*storybook.log \ No newline at end of file +*storybook.log