In rust rover IDE anyway to create a new project without .git?

⚓ rust    📅 2025-05-18    👤 surdeus    👁️ 5      

surdeus

Warning

This post was published 43 days ago. The information described in this article may have changed.

In rust rover IDE anyway to create a new project without .git? I know I can do this in cargo via command:

cargo new hello_cargo --vcs none

But when I create a new project in the UI on my mac btw, it always creates a .git folder in the project, this can be annoying say working through a rust book with multiple exercises, often having a root folder with .git then each many rust projects within.

Overall in Jetbrains Rustrover IDE is there anyway to create a new project via the UI without it creating a .git folder all the time?

1 post - 1 participant

Read full topic

🏷️ rust_feed