From 7527416500f30ed97d4f76764c2f8e1c12be1d9a Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sun, 15 Feb 2026 16:43:28 +0100 Subject: [PATCH] New: .idea in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d751038..3917bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ **/bin **/obj **/obj/** -**/Debug \ No newline at end of file +**/Debug +.idea