From a895684bfddacd7c1f92fce8689ee2db97685a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Tue, 25 Sep 2018 16:08:27 -0700 Subject: [PATCH] Revert .gitignore change Every developer likely ends up with different editor/IDE/build-related files like these. I prefer we keep the upstream .gitignore to inevitable project artefacts only. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index a894f83..64abcfb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,3 @@ npm/bin/Linux/FBX2glTF npm/bin/Windows_NT/FBX2glTF.exe npm/node_modules/ sdk/ -.vscode -build