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
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.