From ae02e0480b63c4ca7bfc075d3a297a8c604dd990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= <tlc@kher.nl> Date: Fri, 2 Sep 2022 16:55:48 +0200 Subject: [PATCH] add intellj and vscode configuration folder to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 763403d..417a9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,12 @@ gradle-app.setting # JDT-specific (Eclipse Java Development Tools) .classpath +# Intellij +.idea + +# VSCode +.vscode + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* \ No newline at end of file -- GitLab