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
-
anshulc95708y@RemeJuan dunno about that, my rant was in reference to android project. This dude, just pushed everything. His commit has changes in 3300 files. Most of them unnecessary. Android Studio generates those files, no need to push them.
-
Batdroid1968y@anshulc95 I feel you friend. I used to be like that when I started using git until my seniors in my internship told me better.Now I hate the people who push build files for Android project.
-
unfortunately I've done this a few times with bin directory stuff because i just don't see it and forget about it, thankfully my co-dev is pretty good at letting me know >.<
-
anshulc95708y@Gauthier actually things are super easy, Android Studio even has a plugin for gitignore. But these guys started working without it and brought me in later. So that you know how ugly funny this is, their initial commit even has build binaries.
-
I'm guilty of this. But partially because I've never seen a good tutorial on what to ignore. Help everyone and teach me master?
-
anshulc95708y@GurpreetSK95 Gurpreet, I am no master, just Google what/how/why about gitignore, no need for tutorial, just read GitHub's documention on it.
It really irritates me when people don't use gitignore and just push any shit.
undefined