From f95763a536d9882f9ec3d6f981f7da5d55591d15 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 30 Jun 2022 19:26:47 +0200 Subject: [PATCH] Added IDE files to the .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a1c2a23..abcebba 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# IDE files +.idea +.vscode \ No newline at end of file