-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
26 lines (25 loc) · 1.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/BrandoSoft.CSharp.ExpressionEvaluator/bin/Debug
/BrandoSoft.CSharp.ExpressionEvaluator/obj/Debug
/packages/Mono.CSharp.4.0.0.143
/packages/NUnit.3.4.1
*.user
/BrandoSoft.CSharp.ExpressionEvaluator.UI.Winforms/obj/Debug
/BrandoSoft.CSharp.Evaluator/bin/Debug
/BrandoSoft.CSharp.Evaluator/obj/Debug
/BrandoSoft.CSharp.Evaluator.UI.Winforms/obj/Debug
/BrandoSoft.CSharp.Evaluator.UI.Winforms/bin/Debug
/BrandoSoft.CSharp.Evaluator.Test/bin/Debug
/BrandoSoft.CSharp.Evaluator.Test/obj/Debug
/packages/NUnit.3.5.0
/BrandoSoft.CSharp.Evaluator/bin/Release
/BrandoSoft.CSharp.Evaluator/obj/Release
/BrandoSoft.CSharp.Evaluator.Test/bin/Release
/BrandoSoft.CSharp.Evaluator.Test/obj/Release
/BrandoSoft.CSharp.Evaluator.UI.Winforms/bin/Release
/BrandoSoft.CSharp.Evaluator.UI.Winforms/obj/Release
/packages
/WindowsFormsApplication1