.gitignore and Visual Studio project: Ignore bin/Debug directory but not bin/Release directory

后端 未结 9 1005
一个人的身影
一个人的身影 2021-01-30 03:51

I have a C# Visual Studio project in a git repository. I want to ignore the contents bin/Debug directory but not the contents of the bin/Release\' dire

9条回答
  •  Happy的楠姐
    2021-01-30 04:33

    Right click on those file names you want to ignore from "Git Desktop", then add them to .gitignore file. Here gitignore file will be automatically created. Check in that file to git.

提交回复
热议问题