curationexperts / trove

Digital Image Library based on Tufts repository models
0 stars 2 forks source link

Rename config files with .sample extension #91

Closed mark-dce closed 10 years ago

mark-dce commented 10 years ago

Follow the usual convention of renaming config files saved in the repo so new deployments don't overwrite production configurations.

mark-dce commented 10 years ago

Using solution from jcoyne instead - use git --assume-unchanged:

git update-index --assume-unchanged config/jetty.yml
git update-index --assume-unchanged config/application.yml