It seems that somewhere I did a git initialization and now when I add test projects to a folder every time in the studio a window creeps out which says that "a git was found, would you like to connect" (Unregistered VCS root detected)?

I don’t need it in test projects at all, how to remove initialization?

This is how it looks

enter image description here

    3 answers 3

    Look for the folder. .git (perhaps it is hidden - make sure that your file manager shows hidden folders). If you are not going to use git, just delete it.

    • Attached a screenshot, I understand that this folder can be in any folder according to the path in the screenshot? - Aleksey Timoshchenko
    • @AlekseyTimoshchenko Yes. By the way, once you have Linux, this folder will be hidden guaranteed (dot at the beginning and makes it hidden). - Pavel Mayorov

    In any git repository there is a .git directory; there git places all service data. Most likely to solve your problem it is enough to find and delete this directory.

    • Attached a screenshot, I understand that this folder can be in any folder according to the path in the screenshot? - Aleksey Timoshchenko
    • Most likely in the latest directory "/home/aleksey/download/TestProjects/BottomBar/.git". And yes, it is most likely hidden if you use a nautilus, Ctrl + H to help you. - privod

    Delete the folder. Git, which lies in the root of the project and is hidden - one option. Second, click configure in your editor, and add the project folder to the exception. Then the editor will not be asking each time you add.