If you add a file called .gitignore
in the project directory with the contents:
node_modules
then it should fix the immediate issue.
If you add a file called .gitignore
in the project directory with the contents:
node_modules
then it should fix the immediate issue.