When I try using the git push origin master command terminal throws an error saying files too large.
remote: error: GH001: Large files detected.
remote: error: Trace: 44baa062afa347dd9f954a2f0809b535
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File vendor/bundle/gems/libv8-3.11.8.17-x86_64-darwin-
12/vendor/v8/out/x64.release/libv8_base.a is 127.87 MB;
this exceeds GitHub's file size limit of 100 MB
To git@github.com:aTylerRice/mixeddrinks.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@github.com:aTylerRice/mixeddrinks.git'
Is this because I shouldn't be including certain files to be pushed? If so how do I ignore those files when pushing?