From e2220e5640f92556785c17ea95f0406753938783 Mon Sep 17 00:00:00 2001 From: Davide Raffagli <168749302+uniRaffa@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:09:48 +0200 Subject: [PATCH] Update VisualStudio.gitignore with the help of chatGPT I saw that adding the prefix **/ to the folders to ignore propagates the effect on all the folders of all the projects in the solution --- VisualStudio.gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a4fe18bd..c88cbb29 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -17,20 +17,20 @@ mono_crash.* # Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ +**/[Dd]ebug/ +**/[Dd]ebugPublic/ +**/[Rr]elease/ +**/[Rr]eleases/ +**/x64/ +**/x86/ +**/[Ww][Ii][Nn]32/ +**/[Aa][Rr][Mm]/ +**/[Aa][Rr][Mm]64/ +**/bld/ +**/[Bb]in/ +**/[Oo]bj/ +**/[Ll]og/ +**/[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/