Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The software is perfect as it is. Adding things will just mar the perfection that currently exists. (/S)
-
I don't think I've ever seen a gitignore that was more than 70 lines, much less 247+ wowee
-
@powerfulparadox I unsarcastically believe that there is a point for many products where this is true, and it's much earlier in the development process than most product managers think it is.
-
@Mr-Myrk or build targets, or cache related files. I don’t think they quite understand it
-
ebroda1855y@ElectroMantis Depending on the Build environment (IDE, Build Tools etc.) and the selected language(s) the gitignore might grow fastly. Have a look at the gitignore Repo at GitHub. There are some quite long gitignores. And maybe it also has some comments, empty lines etc.
-
jeeper59665y@halfflat windows is the dirtiest development environment. I’m dealing with fallout from people not putting gitignores in vs projects. Holy shit it’s a ton of useless files
Related Rants
I had to do some work in an older C# repo. I see git is automatically ignoring each new class I add. After scouring the .gitignore file, I see this entry put in by one of my colleagues.
rant
why
c#
gitignore