Hi, when I create a new project in the nRF Connect plugin for VS Code (based on a sample, e.g. zephyr/samples/basic/threads), there is a directory called ".git" created in the project directory.
Is this .git directory necessary for the project itself (for the toolchain or build operations)? Or can we just delete it? We use a different versioning system. I just want to make sure that everything will still work in the future if I remove this directory (and don't commit it to our versioning system).
Best regards,
Michael