Add JetBrains folder to .gitignore

What does this MR do and why?

This change adds a new entry to the project's ignore file, which tells the version control system to skip tracking certain files and folders. Specifically, it adds ".idea/" to the list of ignored items, which is a folder created by IntelliJ IDEA (a popular code editor). This ensures that personal IDE settings and temporary files from IntelliJ users won't accidentally get included in the shared codebase, keeping the repository clean for all team members regardless of which code editor they prefer to use.

Related issues

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

***NO VISUAL CHANGES***

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Oscar Tovar

Merge request reports

Loading