I keep making changes to my development.log in my git repository. My .gitignore file has:
log/*.log tmp/**/* doc/api doc/app
So I need two things.
- Extract the development.log file from my current commit (its now too large to receive the server)
- Make sure he does not return there.
Any suggestions?
git
Daniel
source share