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
-
To be fair, you did the right thing by leaving node_modules out. Committing node_modules to your source control is a nice way to cause your DevOps staff a headache during an automated build! Just leave the lock file in source control and let the pipeline do its work.
-
@Diactoros No, I used OneDrive INSTEAD of Git and also uploaded my nodes_modules folder
-
I didn't even use any cloud storage or any git branches when working on my college, I soon learned that lesson π
Related Rants
Synchronizing my OneDrive account with my Linux desktop. Not only did I apparently store a uni project on fucking OneDrive instead of using git (in my defense, it was 2 years ago), but I didn't even exclude the node_modules folder!!
rant
onedrive
git
node_modules