From 0362566c2a470470f6fcbf413e2f6ea49b82fe4a Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Sun, 10 Sep 2023 09:50:05 +0300 Subject: [PATCH] remove dist from repo --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e520303..ab251c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ node_modules #javascript build files # # public/**/* -# dist/**/* + dist/**/* # Tmp files # tmp @@ -18,4 +18,4 @@ build_image.sh push_dockerhub.sh # keys # -keys/**/* \ No newline at end of file +keys/**/*