I'm using VS Code for my project and I don't want node_modules folder to be commited in my repository, so I created a .gitignore file to add that folder, but when I make another commit node_modules is still there and git gives me an error when I make a push:
remote: error: File Proyecto2/node_modules/canvas/build/Release/librsvg-2.so.2 is 100.20 MB; this exceeds GitHub's file size limit of 100.00 MB