From c527c28cf88bc244b65095631dee22b59c5028ac Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Wed, 13 Jul 2011 17:00:03 -0500 Subject: [PATCH] Ignore the deploy directory. It's where I'll keep things that only belong in the Chrome Web Store. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35b39f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.deploy/ \ No newline at end of file