Part of my .gitignore looks like below:
## Ignore logs
/log/
/log/development.log
Yet development.log
is always in modified files when commiting.
I tried to remove --cached
and remove file altogether. No luck.
Also I have recently pushed it to remote (by mistake).
Any idea how to solve that bugger once and for all?