From a6a74bc326236cec4e0e3f17bc9830d1261e25af Mon Sep 17 00:00:00 2001 From: Simon Hampton Date: Sun, 14 Sep 2014 15:49:17 +0200 Subject: [PATCH] Update .gitignore public is a sub-directory of dist --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53e5672..f10fa70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ node_modules -public +# public .tmp .sass-cache .idea client/bower_components dist -/server/config/local.env.js \ No newline at end of file +/server/config/local.env.js