From 1fe6e94d0fa100eaba51ec0cd6cb92098b60b56a Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Mon, 30 Jan 2017 22:39:56 +0000 Subject: [PATCH] update git-ignore to ignore node-modules packages/files. --- .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/*