|
|
|
|
|
by jmileham
4896 days ago
|
|
.gitignoring will hurt anybody deploying via git (e.g. heroku) in the absence of some ENV magic. It'd be fine to have the regenerated file checked into each user's repo as long as they have the good sense not to push that repo up to a public fork on github. There is talk about more general solutions here: https://groups.google.com/d/msg/rubyonrails-core/N2EFnf6X_i4... |
|
Btw: you can check the regenerated file into the repo, adding it to .gitignore just prevents you from accidentally adding it: