From b50a78f0eaa690eb0343c86a8227d293de1e70f2 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 4 Aug 2013 16:08:40 -0400 Subject: [PATCH] add lib to gitignore for now, so we can compile. may want to remove this ignore in the future --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 01f730f678..c91cccb781 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules *.swp .idea* config.json -npm-debug.log \ No newline at end of file +npm-debug.log +lib \ No newline at end of file