diff options
author | Artiom Lunev <artiom.lunev@gmail.com> | 2011-12-12 21:49:40 +0200 |
---|---|---|
committer | Artiom Lunev <artiom.lunev@gmail.com> | 2011-12-12 21:49:40 +0200 |
commit | e74fae147abc7d2ffbf93d363dbbe45b87751f6f (patch) | |
tree | ac7657d498e307e99d7b110e52ee67f4500cd451 /.gitignore | |
parent | 86f76b11c670425bbab465087f25172378d76147 (diff) | |
download | gitlab-ce-e74fae147abc7d2ffbf93d363dbbe45b87751f6f.tar.gz |
rename database config to example
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ba68b9fb0a8..c75ef068e53 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ coverage/* *.swp public/uploads/ .rvmrc -config/gitlab.yml
\ No newline at end of file +config/gitlab.yml +config/database.yml
\ No newline at end of file |