I use GitKraken for my version control needs and for the most part I enjoy it. Every now and then I do run across something that I can do the UI and have to use the commandline.
One thing I am attempting to do right now is to add some file patterns into my git repo's .git/info/exclude file (NOTE: This is not git ignore; I'm just trying to exlcude changes in my local repo since the files in question are not relevant to what needs to be committed.)
GitKraken seems to be ignoring the changes I've made to this file, or I'm simply not doing it correctly. Does anyone know if GitKraken does anything with this file? I can't seem to find any documentation on their website regarding it.