From 1e6aea6b177a77fd3eaa7486416dcc1bf8e0e7a3 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Thu, 12 Mar 2020 21:17:40 +0300 Subject: [PATCH] Updated .gitignore --- .gitignore | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index df5fc3f..7b84698 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,12 @@ # This .gitignore file was automatically created by Microsoft(R) Visual Studio. ################################################################################ -/.vs -/MyWebsite/.vs/MyWebsite -/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1 -/MyWebsite/MyWebsite/obj -/MyWebsite/MyWebsite/bin/Release/netcoreapp2.1 -/MyWebsite/bin -/MyWebsite/obj -/MyWebsite/MyWebsite/bin/Debug/netcoreapp3.1 -/MyWebsite.old/.vs/MyWebsite -/MyWebsite.old/MyWebsite/bin/Debug/netcoreapp2.1 -/MyWebsite.old/MyWebsite/obj/Debug/netcoreapp2.1 -/MyWebsite.old/MyWebsite/obj -/MyWebsite.old/obj/Debug/netcoreapp2.1 +*.user + +[Bb]in/ +[Oo]bj/ +.vs/ + +/MyWebsite/.config +/MyWebsite/MyWebsite/Properties/PublishProfiles +/MyWebsite/MyWebsite/.config \ No newline at end of file