weppos / breadcrumbs_on_rails

A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
https://simonecarletti.com/code/breadcrumbs-on-rails
MIT License
944 stars 188 forks source link

Add the log directory to the gitignore #96

Closed jcoyne closed 8 years ago

weppos commented 8 years ago

Please explain the reason of this commit

jcoyne commented 8 years ago

When you run the tests it creates a log/test.log file. We don't want these getting into the repository. It's akin to this file in rails itself: https://github.com/rails/rails/blob/master/railties/.gitignore

weppos commented 8 years ago

@jcoyne this is odd, I doesn't add any folder to me. Can you tell me which command you use to run the tests?

jcoyne commented 8 years ago

Yeah, I don't know what I was doing before. I can't duplicate it now.