Global GIT Ignore: Not pulling -


applied:

git config --global core.excludesfile ~/.gitignore_global 

tried removing $home variable:

git config --global core.excludesfile ~/.config/git/ignore 

can't apply plethora of local projects. love seeing .sass-cache folder appear on every project, hide folder git...

wish 1 simple which -a gitignore find 1 being used. marvelous.

thanks ahead of time leads.

used: git config --get-all core.excludesfile

edited file presented. works. @jszakmeister


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -