I have .gitignored .DS_Store and .gitignore files. But still see them in the \"git status\".
.gitignore
.DS_Store
Can someone explain to me how I can m
I faced the same problem. None of the .gitignore lines were in effect.
I converted the file encoding into UTF-8 and it worked instantly.
UTF-8