From ed99eaebf3e12a5aab1ed72b103a1f9df00186af Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 7 Mar 2024 00:25:48 +0100 Subject: [PATCH] [chore] ignore vscode directory --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c9f1356..7239a26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ # Maven target/ +# IDE # Eclipse .settings/ .project .classpath + +# VSCode/VSCodium +.vscode/