I'm a former Tower user and when you ignored a file there it gave you the option to "ignore the file locally". Which means it get's added to the .config/git/ignore file and is ignored in all projects without being in the projects .gitignore file. This was rather useful sometimes because I tend to write scripts for myself that leave marker or metainfo files. It appears that this functionality is already being utilized to exclude system files like .DS_Store (unless this is a git feature?) and it would be nice if we could access this ignore file for the bundled git.
Cheers
I'm a former Tower user and when you ignored a file there it gave you the option to "ignore the file locally". Which means it get's added to the
.config/git/ignorefile and is ignored in all projects without being in the projects .gitignore file. This was rather useful sometimes because I tend to write scripts for myself that leave marker or metainfo files. It appears that this functionality is already being utilized to exclude system files like .DS_Store (unless this is a git feature?) and it would be nice if we could access this ignore file for the bundled git.Cheers