From aa3e34a8a266aba1fe62948fbef51675db62832e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Z=C3=ADpek?= Date: Sun, 21 Aug 2022 22:51:26 +0200 Subject: [PATCH] Ignore build output --- client/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.gitignore b/client/.gitignore index b512c09..f06235c 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +dist