Skip to content
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

Ignore .vs #86

Merged
merged 8 commits into from
Oct 23, 2018
Merged

Ignore .vs #86

merged 8 commits into from
Oct 23, 2018

Conversation

orthros
Copy link
Member

@orthros orthros commented Oct 23, 2018

Fixes #83

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 23, 2018
.gitignore Outdated
@@ -5,6 +5,7 @@ pkg/
*.swp
*~
.vscode/
.vs/
.vs/slnx.sqlite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can remove these 2 lines now?
also you might need to do git rm -rf .vs/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My previous commit should have removed the only reference .vs in the codebase find . -name ".vs" returns nothing

@ahmetb
Copy link
Contributor

ahmetb commented Oct 23, 2018

@simonz130 are these OK to delete do you think?

@ahmetb ahmetb merged commit a79a443 into GoogleCloudPlatform:master Oct 23, 2018
@simonz130
Copy link

NP to remove what you already merged.
Next time give me more time to respond.

@ahmetb
Copy link
Contributor

ahmetb commented Oct 24, 2018

Will do. I quickly double checked to see if .vs is ok to keep out of source control, seemed pretty straightforward.

@orthros orthros deleted the vsignore branch October 24, 2018 19:00
D-Mwanth pushed a commit to D-Mwanth/microservices-demo that referenced this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants