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

前端 未结 5 806
轮回少年
轮回少年 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:49

    Should you try look into https://www.gitignore.io/

    It's like a repo of .gitignore best practices in several languages and tools. Curiously the code sugested for visuaStudio/xamarinStudio is very similar to the generated code from Yeoman.

提交回复
热议问题