From b6455824e64dc3a97fdf2b2f0cbb84731bf24110 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Tue, 4 Apr 2023 12:52:18 +0300 Subject: [PATCH] small change in .gitignore & mv the ec2 key into the project --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75861cf..c6a732b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ node_modules #javascript build files # -public -dist +public/**/* +dist/**/* # Tmp files # tmp @@ -17,5 +17,5 @@ config/client_google_auth.json build_image.sh push_dockerhub.sh -## output ## -dist +# keys # +keys/**/* \ No newline at end of file