From 37848c0c04cef6580bd7322676e067af1ffa8eca Mon Sep 17 00:00:00 2001 From: ArthurHeitmann Date: Fri, 3 Jun 2022 21:31:55 +0200 Subject: [PATCH] updated .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c164788..f52c460 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ blender2nier/.vscode/launch.json blender2nier/__pycache__/__init__.cpython-37.pyc blender2nier/__pycache__/wmb_exporter.cpython-37.pyc -.idea \ No newline at end of file +.idea +.vscode \ No newline at end of file