From b47310644d3a7accdb109e831fc461a6d5d91a11 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 31 Jan 2024 20:13:28 -0800 Subject: [PATCH] update gitignore to reflect webpack->vi move --- ui/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/.gitignore b/ui/.gitignore index f96ebb3..07f60c2 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -9,7 +9,10 @@ # testing /coverage -# production +# production, current path +/build + +# production, old path /dist # misc