From 8e8f8e47066fdd76efcb8e6b270f549822357636 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 14 Oct 2024 18:28:23 +0200 Subject: [PATCH] Add intellij to the gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a6f396d..cea6b78 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ cool-retro-term .DS_Store *.app + +# IntelliJ +.idea