feat: Add .gitignore file

- A .gitignore file has been added to the project root directory.
- This file is configured to exclude .idea directory which often contains IDE specific settings that should not be part of the repo.
This commit is contained in:
Harald Hoyer 2024-06-27 13:58:58 +02:00
parent c8bf9ecfc1
commit 0e0aac1d3f

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea