-
-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .vs (folders automatically generated by Visual Studio) to .gitignore #554
Conversation
Just reworded the commit |
Would this be better handled by adding something to your user gitignore? https://stackoverflow.com/questions/5724455/can-i-make-a-user-specific-gitignore-file After all, it will get to be a hassle if we need to keep modifying this file every time someone with a different editor or IDE works on the project... |
I'm afraid Visual Studio Community is too major free option for OSS development to tell every users to do so. I know CLion as one of excellent C/C++ IDEs but it's not free. .vs folder will be created once you open the folder with Visual Studio. |
Removed the extra entry. |
The |
Here's the process:
|
React, Gecko (Firefox), and Docker Compose have done for I've already added |
Philosophically I agree with @nwellnhof that it would be best for things like However, I don't feel very strongly about this, since adding stuff to @nwellnhof if you do feel strongly then I'll close this. If you feel inclined to compromise on this, maybe we could merge it. |
I have just noticed |
I don't have a strong opinion. |
Based on https://github.com/github/gitignore/blob/main/VisualStudio.gitignore (it contains extra files for C#/F#/VB.NET)
This change will ignore files generated when the folder is opened by Visual Studio:
Visual Studio supports the test execution: