From 2346625afb16555efede5386816ab27b680c7cc9 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 17 Sep 2025 23:23:42 +0200 Subject: [PATCH] Patch - Adds .idea/ to .gitignore - V14.0.3 Excludes the IntelliJ IDEA project directory from version control. This prevents project-specific settings and configurations from being accidentally committed, ensuring a cleaner repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6bd0012..be3f5ad 100644 --- a/.gitignore +++ b/.gitignore @@ -434,3 +434,5 @@ FodyWeavers.xsd # Additional files built by Visual Studio # End of https://www.toptal.com/developers/gitignore/api/visualstudio,c++ + +.idea/