Exclude the node_modules directory created by npm in an earlier step in the tutorial from Git. Create a new .gitignore file in the current directory and add the following text on a new line anywhere in the file. node_modules/ Confirm the node_modules ...
↧