I have .gitignore
d .DS_Store
and .gitignore
files. But still see them in the \"git status\".
Can someone explain to me how I can m
.gitignore
. I don't think the ignore feature works when you don't have it in your repository. I'm not sure though..gitignore
. If you want them to be ignored after they've been added to the repository already, you have to remove them with git rm filename
first.