Skip to content

Add .vs into .gitignore file to ignore Visual Studio files#102

Closed
jakubsuchybio wants to merge 2 commits intonHapiNET:masterfrom
jakubsuchybio:master
Closed

Add .vs into .gitignore file to ignore Visual Studio files#102
jakubsuchybio wants to merge 2 commits intonHapiNET:masterfrom
jakubsuchybio:master

Conversation

@jakubsuchybio
Copy link
Copy Markdown
Contributor

Just after cloning your repo. In git status I get .vs untracked changes. So this will remedy that. There is no need to have .vs folder in repository.

try
{
string[] dateFormats = new string[] {LongDateTimeFormat, ShortDateTimeFormat, LongDateTimeFormatWithSecond, LongDateTimeFormatWithOffset };
string[] dateFormats = new string[] {LongDateTimeFormat, ShortDateTimeFormat, LongDateTimeFormatWithSecond, LongDateTimeFormatWithOffset, LongDateTimeFormatWithFactionOfSecond };
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This file should not be included if the purpose is just to remove the .vs folder. Remove this file and and create a separate PR for this file.

Copy link
Copy Markdown
Collaborator

@dreaminhex dreaminhex left a comment

Choose a reason for hiding this comment

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

Remove file NHapi20/NHapi.Base/Model/Primitive/TSComponentOne.cs from this PR as it's not related to removal of the .vs folder. If you want to make changes to this file, open a new PR describing the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants