Y
Hacker News
new
|
ask
|
show
|
jobs
by
Pinn2
4206 days ago
I find the .gitignore a good way to gauge the quality of a repo. This one does not exhibit quality.
2 comments
djur
4206 days ago
What criteria do you use to assess "quality"? In any case, this .gitignore is almost entirely the standard GitHub setup for Visual Studio projects.
https://github.com/github/gitignore/blob/master/VisualStudio...
link
Pinn2
4195 days ago
Well, that's a knock on /github then. The entries should be as minimal as possible, in number and in individual length.
link
scott_karana
4205 days ago
What exactly do you think this .gitignore is lacking?
link
Pinn2
4195 days ago
Quite the opposite of "lacking"--way too much.
link
https://github.com/github/gitignore/blob/master/VisualStudio...