global gitignore file
To create a global git ignore that apply across all git repository
$ echo `.DS_Store` > ~/.gitignore
$ git config --global core.excludesfile ~/.gitignore
Last updated
Was this helpful?
To create a global git ignore that apply across all git repository
$ echo `.DS_Store` > ~/.gitignore
$ git config --global core.excludesfile ~/.gitignore
Last updated
Was this helpful?