From d439572c68bd1bfb6efc716b9eeb71fa5fb20625 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:51:45 -0500 Subject: [PATCH] Ignore capitalization of folder names in fsharp.gitignore Also put slashes at the end of them. --- templates/fsharp.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/fsharp.gitignore b/templates/fsharp.gitignore index 75c7c531..32f2a9c5 100644 --- a/templates/fsharp.gitignore +++ b/templates/fsharp.gitignore @@ -1,11 +1,11 @@ -lib/debug -lib/release -Debug +[Ll]ib/[Dd]ebug/ +[Ll]ib/[Rr]elease/ +[Dd]ebug *.suo *.user -obj -bin -/build/ +[Oo]bj/ +[Bb]in/ +/[Bb]uild/ *.exe !.paket/paket.bootstrapper.exe .ionide/