From 3f3d4c200b0ede8504ba6175ab0c831fc59151ea Mon Sep 17 00:00:00 2001 From: MinyazevR Date: Mon, 21 Feb 2022 16:41:18 +0300 Subject: [PATCH] fixed gitignore --- .gitignore | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 9b956f9..f57544c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,13 @@ x64/ [Bb]in/ [Oo]bj/ +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* @@ -122,12 +129,4 @@ Thumbs.db ehthumbs.db # Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Mac desktop service store files -.DS_Store - -_NCrunch* \ No newline at end of file +Desktop.ini \ No newline at end of file