From d5962b38af8e8fefd40efb2d2e5d61112d1fedf9 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Sun, 30 May 2021 11:17:00 -0600 Subject: [PATCH] Making .refresh exclusion optional --- VisualStudio.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5c8aece5..d8d40796 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,12 +27,16 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -**/[Bb]in/* -!**/[Bb]in/*.refresh [Oo]bj/ [Ll]og/ [Ll]ogs/ +# Build results on 'Bin' directories +**/[Bb]in/* +# Uncomment if you have tasks that rely on *.refresh files to move binaries +# (https://github.com/github/gitignore/pull/3736) +#!**/[Bb]in/*.refresh + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot