diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2012-03-07 11:16:52 +0000 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2012-03-23 15:35:55 +0000 |
commit | 6e27350aac1ed5616352af343bac2f8eefc7a840 (patch) | |
tree | 25878fd006c447966677b8004db83a1d20481462 /.gitignore | |
parent | fa8219e0a753e642a6f1dbdfc010d01ae8a949ee (diff) | |
download | gitlab-ce-6e27350aac1ed5616352af343bac2f8eefc7a840.tar.gz |
Move OmniAuth configuration details into a non-revision controlled file.
Provide an omniauth.rb.sample file to avoid encouraging end-users to commit
their provider access details (passwords or api tokens) into their git
repositories.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 596c0d6dbc0..a5ad41fb87e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ Vagrantfile .vagrant config/gitlab.yml config/database.yml +config/initializers/omniauth.rb db/data.yml |