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
This commit is contained in:
parent
43b36587da
commit
2b94b87a96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue