From eb60ce212325e31f95d3139e6f4fac0eb3168f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sat, 17 Dec 2016 01:04:48 +0100 Subject: [PATCH] added config/database.yml to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4550ee1d3..b23c1cdea 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Ignore bundler config /.bundle +# Ignore database config +/config/database.yml + # Ignore the default SQLite database. /db/*.sqlite3