I am using GIT. And I want to ignore some files/directories when I do a commit.
I put in the .gitignore file this lines:
/@data/logs/tracelog.txt
/@data/logs/sc_notification.txt
But if I look in in visual studio by the files that are being committed.
I still see the files.
See image.
So my question is: How to ignore these files?
but for example. If I do this:
/@data/logs/fdce5bec-482d-45cf-8093-5d8c83f2e726tracelog.txt
I will not be shown in visual studio. So that works.