Answers for "ignore nodemodules"

1

ignore node_modules

.gitignore
node_modules
Posted by: Guest on August-15-2020
0

ignore node modules

//create a .gitignore file and add the following in it
# dependencies
node_modules
Posted by: Guest on May-31-2020
0

How to ignore all nodemodules

*node_modules/*
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language