Recently, I decided to create a discord bot and used npm for the first time. After setting up my package file and installing discord.js, I now find myself with 3000 files that could be synced to my repository. It seems like an overwhelming situation, and I'm not sure how to proceed. What would be the best course of action in this situation?
I suppose I could start by selectively adding some files to .gitignore, but I'm unsure about which ones should remain in the repository. Any advice on how to manage this issue?