Ignore launch settings

This commit is contained in:
Jonas Dellinger 2020-05-16 22:33:05 +02:00
parent f39fbf8757
commit 4a255386d4
2 changed files with 1 additions and 12 deletions

2
.gitignore vendored
View File

@ -117,4 +117,4 @@ UpgradeLog*.XML
.env
SpotifyAPI.Web.Tests/UtilTests/Test.cs
Properties/launchSettings.json
launchSettings.json

View File

@ -1,11 +0,0 @@
{
"profiles": {
"Example.CLI.CustomHTML": {
"commandName": "Project",
"environmentVariables": {
"SPOTIFY_CLIENT_ID": "Value",
"SPOTIFY_CLIENT_SECRET": "Value"
}
}
}
}