ne0m
ne0m

Reputation: 29

Untracked directories from the shared repository by the Git panel - VS Code and Visual Studio

I have a git repository that contains an FS project: a database, server (C#), and client (React). Since there is one common repository, when I change files on the server side by using the Visual Studio IDE, the Git panel in VS Code (the client-side IDE) shows me those changes.

This scenario also happens in the opposite situation, when I change files on the client side by using the VS Code IDE, the changes are also shown to me on the Visual Stodio (serve- side IDE).

I open the server side from a specific solution, And the client side from workspace in the client folder. Can I hide the git tracked from specific folders? Also for VS Code and Visual Studio.

(In VS Code I changed settings to git.autoRepositoryDetection = false ,For user settings and workspace settings, But it didn't change anything)

Thanks

Upvotes: 1

Views: 86

Answers (0)

Related Questions