From 2b94b87a960749015edacb3f3dee757a7bb0cce9 Mon Sep 17 00:00:00 2001 From: Chris Subagio Date: Tue, 2 Jun 2020 12:27:33 -0700 Subject: [PATCH] adding common build / dev environment related ignores that came up after building the project as directed, (plus isolating Conan using pipenv), was left with these extraneous files that shouldn't be committed --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7ae5cdd..6013d76 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ npm/fbx2gltf/node_modules/ npm/tests/node_modules/ npm/tests/test/*.js npm/tests/test/*.js.map +build +sdk +.vscode +Pipfile +Pipfile.lock