I have some log files that I want Git to ignore. They are all in:
/Lead Services/logs/
In the .getignore file, I have tried entering all of these:
/Lead Services/logs
/Lead Services/logs/
/Lead Services/logs/*
/Lead Services/logs/**
I've even tried to enter specific files:
/Lead Services/logs/LeadAcceptance-LocalDev.txt
No matter what I try, these files keep showing up in Team Explorer under "Changes". What am I doing wrong?