From 6d2907fa68138d48a343200d10b6a400a2055566 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 9 Nov 2016 22:23:58 -0600 Subject: Configure jsdoc + fix package.json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5148e52..88d9795 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ jspm_packages # Optional REPL history .node_repl_history + +# Documentation +doc -- cgit