I keep getting the changes made to my development.log in my git repository. My .gitignore file has:
log/*.log
tmp/**/*
doc/api
doc/app
So I need two things to happen.
Any suggestions?
$ git rm log/development.log
$ git commit -m"log too big for the server to receive"
An ignorefile won't ignore files that are in the repo, so once development.log is removed everything should work as you expected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With