There is a lot on .gitignore but not specifically to the issue I'm having at the point of creating/editing the file. I executed the git config --global core.excludesfile ~/.gitignore_global
locally fine. However when I execute open ~/.gitignore_global
it fails saying the file does not exist.
It says the file is not in users/me
, however when I do a git config --get core.excludesfile
it shows the same path. So this has stumped me...?
Also if I check via finder with hidden files off I can see hidden files but not that one anywhere on my system, let alone users/me.
My intention is to add .DS_Store to the file once I can access it.
I have watched a couple different YT'RS now and they all seem to work fine but don't mention any potential dependencies to function correctly.