From 70a865a974a59c2588e3318a5953185caef4faaa Mon Sep 17 00:00:00 2001 From: PhongPham Date: Tue, 12 Aug 2025 07:13:51 +0700 Subject: [PATCH] Save current state as main version - updated gitignore and project structure --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 13a75ae..4213099 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Dependencies node_modules/ +*/node_modules/ +frontend/node_modules/ +backend/node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log*