From a663286c0a183d411b95b706289bfee8a67c2048 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Wed, 11 Mar 2026 11:27:14 +0100 Subject: [PATCH] Add: Exclude .idea folder --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c559c3..aa33988 100644 --- a/.gitignore +++ b/.gitignore @@ -115,4 +115,7 @@ $RECYCLE.BIN/ # Exported images (optional – nur wenn du Exporte nicht versionieren willst) *.drawio.png *.drawio.svg -*.drawio.pdf \ No newline at end of file +*.drawio.pdf + +## IntelliJ +.idea \ No newline at end of file -- 2.52.0