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.
This commit is contained in:
2025-09-17 23:23:42 +02:00
parent e9d906ce72
commit 2346625afb

2
.gitignore vendored
View File

@@ -434,3 +434,5 @@ FodyWeavers.xsd
# Additional files built by Visual Studio
# End of https://www.toptal.com/developers/gitignore/api/visualstudio,c++
.idea/