config/initializers/devise.rb and config/locales/devise.en.yml conflict and must be overridden when running rails g devise:install on a localhost system.
rails g devise:install will generate these files automatically and we have not modified them. It seems that these files are not worth tracking.
Any reason we should leave them in the repo?
config/initializers/devise.rbandconfig/locales/devise.en.ymlconflict and must be overridden when runningrails g devise:installon a localhost system.rails g devise:installwill generate these files automatically and we have not modified them. It seems that these files are not worth tracking.Any reason we should leave them in the repo?