What's the common practice of gitignore for aspnet core project

前端 未结 5 830
轮回少年
轮回少年 2020-12-23 14:26

I know it depends on the project but i want to learn is there a common practice for typical asp.net core project(such as ignoring node_modules).

5条回答
  •  难免孤独
    2020-12-23 14:52

    In Visual Studio 2019, pressing this button (in the lower-right) generates a nice .gitignore file for you:

    Here is the file you get: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

提交回复
热议问题