|
|
|
|
|
by deathanatos
3694 days ago
|
|
In Github's .gitignore template, too. For example, most of the entries in the Python one are utterly inane, and won't apply to your project. You can easily trim that file to 1/5 it's size. It includes the ignores for a bunch of directories I've never see any project ever have, two unit test frameworks, two web frameworks, pip's files that are already better covered by virtualenv ignores, four different ways of naming your virtualenvs⦠This isn't measuring language complexity; this is someone trying to pre-cover any potential case generated by any popular-today third party library. |
|