Git - Ignore node_modules folder everywhere

后端 未结 11 903

I have a project containing multiple other projects :

  • Main project
    • Mini project 1
    • Mini project 2

All containing <

11条回答
  •  忘掉有多难
    2020-11-28 01:08

    Adding below line in .gitignore will ignore node modules from the entire repository.

    node_modules
    

提交回复
热议问题