Problem/Motivation
When installing the core JS dependencies there is a core/node_modules
folder, which is not covered by our .gitignore.
Steps to reproduce:
- Install yarn
- cd /core
- "yarn install"
Proposed resolution
An entry to example.gitignore for core/node_modules
. This is equivalent to ignoring the vendor directory for dependencies managed by composer.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None