From 78c7bee34afbff094c135b74c6466857ff5d88a4 Mon Sep 17 00:00:00 2001 From: c4lyp5o Date: Tue, 7 Nov 2023 16:54:55 +0800 Subject: [PATCH] fix: added more folder for gitignore env and local deployment --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 64c001f..8ac67f2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,9 @@ yarn-debug.log* yarn-error.log* .vscode/launch.json .vscode/launch.json + +# env +/backend/.env + +# local deployment +/dist \ No newline at end of file