From 1d038214ca88da0918ff2bff699ddddfd8b28f58 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 5 Feb 2014 18:31:42 -0500 Subject: [PATCH] Fix .gitignore to ignore the repo dir from local deployment --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2d4612c..281ec46 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ .gradle/ eclipse/ bin/ +repo/