From ea4c47aaaa602d615877f963e68a8a8b56367ef6 Mon Sep 17 00:00:00 2001 From: tomo0611 Date: Sat, 26 Oct 2024 15:38:01 +0900 Subject: [PATCH] [add] ignore .vscode directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d163d47..4269249 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target .project .classpath .settings +.vscode \ No newline at end of file