I don't see much of a reason to keep a copy of node_modules on the git repository considering they can be reinstalled for deployments and it is generally bad form.
sndrec (the author):
Thank you for this - I'm newbie at webdev so I wasn't sure what was and wasn't needed. I'll merge this soon.
Author claims this was made in 5 days on twitter. Nobody knew about this project until they released it and their inital commit contains 200,000 lines of code. Curious
`tokei --exclude node_modules` says only 40k lines, but yes point taken. 40k lines in 5 days is unrealistic for a human unless we're talking about Fabrice Belard (or the 40 people in a trench coat pretending to be him).
I don't see much of a reason to keep a copy of node_modules on the git repository considering they can be reinstalled for deployments and it is generally bad form.
sndrec (the author):
Thank you for this - I'm newbie at webdev so I wasn't sure what was and wasn't needed. I'll merge this soon.
Haha, almost certainly Claude