From 283ce5ceecc192e89ef48de79ebc636eb5a753d9 Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Sun, 29 Jan 2017 15:18:40 +0000 Subject: [PATCH] add node modules to ignore list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2abc2b2..4abde8d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/packages/* **/.vs/* **/.localhistory/* +**/node_modules/*