From 66d772a6bce4b4cb7d15cd7aaa61defb2829f03c Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 29 Oct 2012 17:04:39 -0500 Subject: [PATCH] Ignore other/node_modules directory (node.js modules). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 86b7892..3bf91dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ other/.lein-deps-sum other/classes other/lib +other/node_modules .project .pydevproject target.cfg