This question already has an answer here:
I have a .gitignore file.
One of my declarations is
**/bin/Debug/ **/obj/Debug/
But it's still picking up these files
This question already has an answer here:
I have a .gitignore file.
One of my declarations is
**/bin/Debug/ **/obj/Debug/
But it's still picking up these files
You need to tell git to remove the from the repository first.
Then commit changes.