Skip to content

Add .gitignore and configure VCS in .idea/vcs.xml

Mael KERICHARD requested to merge master into main

A .gitignore file has been added to ignore various CMake files, and 'vcs.xml' in .idea has been configured to facilitate Git version control in the project directory. These changes will help reduce clutter in project directory and improve project maintainability.

Merge request reports