From 88b8c718059c947901b223e0a9711ad6de785299 Mon Sep 17 00:00:00 2001 From: Vrunda Kansara Date: Tue, 1 Oct 2024 16:10:00 +0530 Subject: [PATCH] Added dist in gitignore list --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35bd6c3e..44a94ec0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules -dist/*.map +dist/* .DS_Store *storybook.log storybook-static/* \ No newline at end of file