Environment Configs
Created by: ctalkington
I wanted to set a few things such as email as smtp in config/environments but from what I can tell they will be overwrote anytime I sync with master.
I also noticed when pulling fresh master and trying to rake it errors out since gitlab.yml doesn't exist (had to reset repo in order to pull, local changes warning) with new config.example setup. I am wondering how you plan to handle configs like this that are likely to be changed.
If I may suggest some sort of example dir that holds all default settings etc and have the rake / upgrade process check if for the setting/environment files existence and auto copy them to the proper place then just .gitignore any such files..