From 7bf8321392be114998d34dd6c10f528686a5093d Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sun, 12 Jul 2026 13:29:58 +0330 Subject: [PATCH] chore: remove committed node_modules from git - Remove node_modules/ from git tracking - Uncomment /node_modules in .gitignore - Dependencies will be installed via CI/CD with VPN + Nexus cache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a7bd88..fd3dbb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -# /node_modules +/node_modules /.pnp .pnp.js .yarn/install-state.gz