From 8f5d229033a2cea03ab597a0800c96a146bf123c Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Mon, 2 Dec 2013 21:21:41 +0100 Subject: [PATCH] Add database.yaml to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a502e9..cc3285d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +config/database.yaml