I have a problem, every time I check in visual studio lists these files:
I created a file (.tfignore) to try to ignore them but it did not work:
\packages
\obj
\bin
\_design\.sass-cache
\_design\scss
What am I doing wrong?
Does anyone have a solution?