When trying to push my project to Github, I encountered an issue with the gitignore file not tracking my node modules as intended. Despite including my node_modules folder in the .gitignore, I received an error message stating that a file within node_modules exceeded the GitHub file size limit.
remote: error: File node_modules/@next/swc-win32-x64-msvc/next-swc.win32-x64-msvc.node is 117.24 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
I am seeking assistance to resolve this issue and successfully push my project to Github.