From edd092c96e03bb0d5066cef580b84b41fa275ec5 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 8 Oct 2020 21:38:19 -0400 Subject: [PATCH] Update C# gitignore --- languages/c_sharp.gitignore | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/languages/c_sharp.gitignore b/languages/c_sharp.gitignore index eb1ce18..39da69f 100644 --- a/languages/c_sharp.gitignore +++ b/languages/c_sharp.gitignore @@ -9,6 +9,12 @@ # Ignore environment settings. .vs/ vs/ +*.rsuser +*.suo +*.user +*.userprefs +*.userosscache +*.sln.docstates # Ignore tempfile directories. @@ -23,7 +29,24 @@ tempfiles/ [Rr]eleases/ x64/ x86/ -build/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ + + +# Ignore NuGet package data. +**/[Pp]ackages/* +!**/[Pp]ackages/build/ # except build/, which is used as an MSBuild target. +*.nupkg +*.nuget.props +*.nuget.targets + + +# Ignore logfiles. +[Ll]og/ +[Ll]ogs/ +*.log +*.log.* -- GitLab