From bf72e417d5dff691ef88156cf1bc42d49b2c6b11 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:20:46 +0900 Subject: [PATCH] [Update] add some files to gitignore for comfortable development --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2223cde5..626bae32 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ VRCT.spec *.pyc logs/ .venv/ -weight/ \ No newline at end of file +weight/ +.vscode +error.log \ No newline at end of file