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:
parent
dc529ffa4e
commit
7bf8321392
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user