From ef2d17cadde566e8b713031cb7292d65ca1bec12 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 1 Jul 2023 15:06:37 +0200 Subject: [PATCH] chore: add dev-dist to .gitignore (#1451) This commit adds 'dev-dist' directory to .gitignore. 'dev-dist' is a folder that gets created when we build the application in development environment, it's not needed to be tracked as it only contains generated files. Signed-off-by: Stefan Dej --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85dd33c5..acffdf23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ design *.log packages/test dist +dev-dist temp .vuerc .version