Add .idea to .gitignore file

The .idea directory, created by JetBrains IDEs, has been added to the .gitignore file. This prevents any local IDE settings from being added to the git repository, which is crucial for working with other developers and keeping the repository clean.
This commit is contained in:
Winni Neessen 2024-03-14 22:15:00 +01:00
parent f387547749
commit e616a81c38
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

3
.gitignore vendored
View file

@ -14,4 +14,5 @@
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
examples/ examples/
.idea/