.gitignore not ignoring files
I wanted to ignore log/development.log file in my git repository and the first thing which came to my mind was to add it to .gitignore file. So I added the following to my .gitignore file /log/*.log This did not help. Continue reading .gitignore not ignoring files