From 52e575e1e75f1cc06de6e2608481c6c8639f122e Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Sat, 4 Oct 2014 15:14:45 -0400 Subject: [PATCH] Update .gitignore to ignore /framework/build and /node_modules --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f2c38286..55991577 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ Desktop.ini *.iml .idea npm-debug.log +/node_modules +/framework/build