jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.53k stars 456 forks source link

Should we add node_modules to the gitignore? #351

Open Deasonfun opened 2 years ago

Deasonfun commented 2 years ago

I have a lot of changes to node_modules tracked when I run npm init. We should add the node_modules to the gitignore so those changes aren't tracked.