From c491e4b4616ca2ffc663abf89af08b81a0dcbd16 Mon Sep 17 00:00:00 2001 From: ManiMatter Date: Wed, 2 Oct 2024 20:52:13 +0200 Subject: [PATCH] Updated .gitignore to remove duplications and add _temp, in line with sonarr .gitignore --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 05531517e..f493aadf0 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ setup/Output/ bin obj output/* +_temp* # .NET Core project.lock.json @@ -139,12 +140,6 @@ project.fragment.lock.json artifacts/ **/Properties/launchSettings.json -#VS outout folders -bin -obj -output/* - - # macOS metadata files ._* .DS_Store