From 5d1c9583cb42c43dd2b8ab320433de171d7d17a5 Mon Sep 17 00:00:00 2001 From: KTRosenberg Date: Thu, 2 Jan 2020 16:42:34 -0500 Subject: [PATCH] added the demo to the gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b80ebb2dc..20e3578ca 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ bld/ .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +demo # MSTest test Results [Tt]est[Rr]esult*/ @@ -272,4 +273,4 @@ shared/ *.bc *.ll -*.sublime-workspace \ No newline at end of file +*.sublime-workspace