From f4fb1e62a4a54ef06544500646b8285b4e8189b4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 20 Jul 2012 17:22:50 -0400 Subject: [PATCH] Adding composer.phar to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6b0c02..e9b0612 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,5 @@ nbproject .idea node_modules config.ini -cache.properties \ No newline at end of file +cache.properties +composer.phar