From 9e95d2b7283e3d49b88cea3a8be2b89ac9f165f9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 Jun 2014 11:32:53 -0400 Subject: Only track an example database.yml --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9151edf..f73ed63 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,12 @@ /config/application.yml # The rest is from Luke. +/config/database.yml /vendor/bundle /public/assets -nohup.out + # As noted above, you probably want to add the following to your global git config. +nohup.out .~lock.* *~ *# -- cgit v1.2.3