From b991b0f36ff50bd7e225fb5c9b08904aaeaf7bd7 Mon Sep 17 00:00:00 2001 From: kanhaiya007 Date: Wed, 16 Jul 2014 10:59:45 +0530 Subject: [PATCH] Add test and production file to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1ee8191..34d55b1 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ build/ test.html.haml config/environments/development.rb +config/environments/test.rb +config/environments/production.rb