diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-20 16:01:33 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-20 16:01:33 -0400 |
| commit | 6612d9555f45cd0a84cbc3e2506263533c8eab4a (patch) | |
| tree | 76061bf472cc4751060ca7490fceeb66a3d03006 | |
| parent | 2bcc553dda156bf9bc358517198cfeebfae60a75 (diff) | |
Ignore lauchSettings.json in test projects
This file is generated every time the solution is opened with Visual Studio but it is not a required file for an integration tests project
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 523c45a7e..5ce0145db 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ CorePlugins*/ ProgramData-Server*/ ProgramData-UI*/ MediaBrowser.WebDashboard/jellyfin-web/** +tests/**/launchSettings.json ################# ## Visual Studio |
