-
Notifications
You must be signed in to change notification settings - Fork 0
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 launchSettings.json
to .gitignore
for Files, Nodes, Notes, Reminders and Timelines module
#42
base: main
Are you sure you want to change the base?
Conversation
And if you merge this what will happen to the launchSettings.json that we actually need to track? |
Oh yea... |
… `Reminders` and `Timelines` module
**/launchSettings.json
to .gitignore
launchSettings.json
to .gitignore
for Files, Nodes, Notes, Reminders and Timelines module
Did you try this, namely adding the following to the <NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile> |
It seems that this fixes the problem. |
@NikolaDmitrasinovic Can you please check this new approach weather solves the issue? |
Every time when @NikolaDmitrasinovic and I open Visual Studio we are presented with the following:
To proceed with new tasks, we have had to manually delete these files repeatedly. To address this, I have made this PR where I include
**/launchSettings.json
in the.gitignore
file.