From 67501ba779779b4b42b6f16fc4cb003f4d5d9b6e Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Wed, 13 Jul 2011 17:06:48 -0500 Subject: [PATCH] fix ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35b39f0..e6f09da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.deploy/ \ No newline at end of file +# Ignore the files needed to deploy to the Chrome Web Store. +deploy/**/* \ No newline at end of file