git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.53k stars 1.28k forks source link

Feature Request : gitignore #625

Open Claudio-Sjo opened 4 years ago

Claudio-Sjo commented 4 years ago

Hi, when using a non-git friendly development environment such as MCUXpress there's no easy way to add the files you don't want to track in .gitignore. It would be nice to have a GUI helping .gitignore configuration.

sesam commented 2 years ago

This seems like something that should probably not be added in gitup -- it's rarely used, very specific, and in the end, would become a text editor with potentially some very specific hinting/visualisations to make the .gitignore patterns (almost but not entirely the same as unix glob patterns!) manageable. I think this functionality should be handled via some specific app, or maybe, maybe, if gitup would add some kind of plugins system and allow people to add their extensions. It might, just might, devolve gitup into a kind of browser though.