From eb7c3e6986e6d5fcb9100ee72b861e26eb728a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Fri, 5 Jan 2024 14:53:14 +0100 Subject: [PATCH] Git ignore playground folder (#2060) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55b40aef2..b25cf5ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -139,5 +139,5 @@ project.fragment.lock.json # =========================== /src/Package/MSTest.Sdk/Sdk/Sdk.props -# Playground launchSettings -/samples/Playground/Properties/launchSettings.json +# Playground project (use force add if a change is really worth it) +/samples/Playground/