Hacker News new | ask | show | jobs
by MAGZine 3694 days ago
Interesting, though especially for the entries in the list that are frameworks, you could conceivably just bury all of the ugly stuff in a `framework` folder, and have only one ignore.
2 comments

Visual Studio seems to be moving in this direction: I've noticed a .vs folder and the .suo seems to live in it for now. I guess more and more will be moved into it as time goes on, but considering the .gitignore contains VS6 ignores we'll probably be stuck with the large file forever.
And in a lot of ways, that would be an improvement to randomly dumping files all over the source tree.