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
This commit is contained in:
parsa aghaei 2026-07-12 13:29:58 +03:30
parent dc529ffa4e
commit 7bf8321392

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies # dependencies
# /node_modules /node_modules
/.pnp /.pnp
.pnp.js .pnp.js
.yarn/install-state.gz .yarn/install-state.gz