From f77457fa305812f490706d18da446558d8ad3c79 Mon Sep 17 00:00:00 2001 From: Gareth Morgan Date: Mon, 30 Mar 2020 08:48:15 -0400 Subject: [PATCH] Add build and sdk to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7ae5cdd..760f38d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ npm/fbx2gltf/node_modules/ npm/tests/node_modules/ npm/tests/test/*.js npm/tests/test/*.js.map +build +sdk