From f063c3fcfd5858a0868b5de6a53b91118343a918 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 14 May 2016 22:13:40 -0600 Subject: [PATCH] Update gitignore for npm modules --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index be441da..d579578 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,7 @@ target/ #Ipython Notebook .ipynb_checkpoints +# My local virtualenv ve +# The npm installed packages +node_modules