From 213cb5434bf991a74b5c47c2d4b2a7e6fa173fc8 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 8 Oct 2020 21:18:46 -0400 Subject: [PATCH] Create C# gitignore --- languages/c_sharp.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 languages/c_sharp.gitignore diff --git a/languages/c_sharp.gitignore b/languages/c_sharp.gitignore new file mode 100644 index 0000000..eb1ce18 --- /dev/null +++ b/languages/c_sharp.gitignore @@ -0,0 +1,29 @@ +### + # GitIgnore file for C# projects. + # See https://git-scm.com/docs/gitignore for documentation. + # + # Version 1.0 + ## + + +# Ignore environment settings. +.vs/ +vs/ + + +# Ignore tempfile directories. +temp/ +tempfiles/ + + +# Ignore project build results. +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ -- GitLab