I placed .idea / in both my ~/.gitignore_global and my specific .gitignore project (and committed it later), but I still see the file as uninstalled.
How can I ignore these files?
I have done this:
git config --global core.excludesfile ~/.gitignore_global
but it did not help.
file name is ok:
$ ls ~/.gitignore_global /home/durrantm/.gitignore_global

source share