I am new to Git, and every time I work with it, I always get this annoying .DS_Store
in my untracked files. I am assuming that is where my working directory is.
I have tried searching the answer on Stack Overflow, but only found the answer on how to remove it from the repository, not from the list of untracked files.
How can I tell Git to completely ignore .DS_Store
files and never list them as untracked files?