Git - Ignore node_modules folder everywhere

后端 未结 11 877

I have a project containing multiple other projects :

  • Main project
    • Mini project 1
    • Mini project 2

All containing <

11条回答
  •  一整个雨季
    2020-11-28 00:47

    just add different .gitignore files to mini project 1 and mini project 2. Each of the .gitignore files should /node_modules and you're good to go.

提交回复
热议问题