From d91061163038aee659022cdefeb1919c2aa646fe Mon Sep 17 00:00:00 2001 From: ManiMatter <124743318+ManiMatter@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:09:58 +0200 Subject: [PATCH] Add '_temp*' to .gitignore (#10397) _temp folder is created automatically when running radarr locally and should not be pushed to git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e7a0f6e2..e633126a6 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,7 @@ src/UI/.idea/* node_modules/ _output* _artifacts +_temp* _rawPackage/ _dotTrace* _tests/