Answers for "create a gitignore node modules"

2

git ignore node modules

node_modules/
Posted by: Guest on June-01-2021
0

how to add node modules to gitignore

create a .gitignore file grobally
On that file add the line "node_modules"
Posted by: Guest on January-16-2022

Code answers related to "create a gitignore node modules"

Browse Popular Code Answers by Language