Сделал:
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Перед этим создал .gitignore и добавил папку node_modules/
При попытке выполнить git push получаю ошибку:
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: e83b520adb2652e8e2bdee49bfa8a1f38a321a2e524102b974e43fa2c5e87cff
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File node_modules/electron/dist/electron is 126.17 MB; this exceeds GitHub's file size limit of 100.00 MB
Что за ерунда и как это исправить?