-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
134 lines (130 loc) · 5.04 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
*.vsp
*.csproj.user
*.psess
*.sln.docstates
*.suo
*.vcxproj.user
# Roslyn cache
*.sln.ide/
*.vs/
[Ss]tyle[Cc]op.[Cc]ache
/External/Key.snk
/External/ProjectBase2010/bin/
/External/ProjectBase2010/obj/
/Prepared/
/SimpleC.sdf
/SimpleC.opensdf
/Tvl.VisualStudio.Language.Alloy/TestGenerated/
/Tvl.Java.DebugHostWrapper/Release/
/Tvl.Java.DebugHostWrapper/x64/
/Tvl.Java.DebugHostWrapper/Debug/
/TestGenerated/
/Templates/Antlr/ItemTemplates/CombinedGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/CombinedGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/LexerGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/LexerGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/ParserGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/ParserGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/TreeGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/TreeGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/V4CombinedGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/V4CombinedGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/V4LexerGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/V4LexerGrammarItemTemplate/obj/
/Templates/Antlr/ItemTemplates/V4ParserGrammarItemTemplate/bin/
/Templates/Antlr/ItemTemplates/V4ParserGrammarItemTemplate/obj/
/Templates/Java/ItemTemplates/JavaClassItemTemplate/bin/
/Templates/Java/ItemTemplates/JavaClassItemTemplate/obj/
/Templates/Java/ItemTemplates/JavaCodeFileItemTemplate/bin/
/Templates/Java/ItemTemplates/JavaCodeFileItemTemplate/obj/
/Templates/Java/ItemTemplates/JavaInterfaceItemTemplate/bin/
/Templates/Java/ItemTemplates/JavaInterfaceItemTemplate/obj/
/Templates/Java/ProjectTemplates/JavaClassLibraryProjectTemplate/bin/
/Templates/Java/ProjectTemplates/JavaClassLibraryProjectTemplate/obj/
/Templates/Java/ProjectTemplates/JavaConsoleApplicationProjectTemplate/bin/
/Templates/Java/ProjectTemplates/JavaConsoleApplicationProjectTemplate/obj/
/Templates/Java/ProjectTemplates/JavaEmptyProjectProjectTemplate/bin/
/Templates/Java/ProjectTemplates/JavaEmptyProjectProjectTemplate/obj/
/Tvl.VisualStudio.InheritanceMargin/bin/
/Tvl.VisualStudio.InheritanceMargin/obj/
/Tvl.VisualStudio.InheritanceMargin.Interfaces/bin/
/Tvl.VisualStudio.InheritanceMargin.Interfaces/obj/
/Tvl.VisualStudio.InheritanceMargin.CSharp/bin/
/Tvl.VisualStudio.InheritanceMargin.CSharp/obj/
/Tvl.VisualStudio.Language.Antlr3/bin/
/Tvl.VisualStudio.Language.Antlr3/obj/
/Tvl.VisualStudio.Language.Alloy/bin/
/Tvl.VisualStudio.Language.Alloy/obj/
/Tvl.Java.DebugInterface/bin/
/Tvl.Java.DebugInterface/obj/
/Tvl.VisualStudio.Language.Chapel/bin/
/Tvl.VisualStudio.Language.Chapel/obj/
/Tvl.VisualStudio.Framework/bin/
/Tvl.VisualStudio.Framework/obj/
/Tvl.VisualStudio.OutputWindow/bin/
/Tvl.VisualStudio.OutputWindow/obj/
/Tvl.VisualStudio.Language.Go/bin/
/Tvl.VisualStudio.Language.Go/obj/
/Tvl.VisualStudio.Antlr/bin/
/Tvl.VisualStudio.Antlr/obj/
/Tvl.Java.DebugInterface.Client/bin/
/Tvl.Java.DebugInterface.Client/obj/
/Tvl.Java.DebugInterface.Types/bin/
/Tvl.Java.DebugInterface.Types/obj/
/Tvl.Java.DebugHost/bin/
/Tvl.Java.DebugHost/obj/
/Tvl.VisualStudio.Language.Java/bin/
/Tvl.VisualStudio.Language.Java/obj/
/Tvl.VisualStudio.Language.Implementation/bin/
/Tvl.VisualStudio.Language.Implementation/obj/
/Tvl.VisualStudio.Language.Markdown/bin/
/Tvl.VisualStudio.Language.Markdown/obj/
/Tvl.Java.BuildTasks/bin/
/Tvl.Java.BuildTasks/obj/
/Tvl.Go.Compiler/bin/
/Tvl.Go.Compiler/obj/
/Tvl.VisualStudio.Tools.Antlr/bin/
/Tvl.VisualStudio.Tools.Antlr/obj/
/Tvl.VisualStudio.Text/bin/
/Tvl.VisualStudio.Text/obj/
/Tvl.VisualStudio.Text.Interfaces/bin/
/Tvl.VisualStudio.Text.Interfaces/obj/
/Tvl.VisualStudio.Language.Php/bin/
/Tvl.VisualStudio.Language.Php/obj/
/Tvl.Core/bin/
/Tvl.Core/obj/
/Tvl.Go.Build.Tasks/bin/
/Tvl.Go.Build.Tasks/obj/
/Tvl.VisualStudio.Shell.OutputWindow.Interfaces/bin/
/Tvl.VisualStudio.Shell.OutputWindow.Interfaces/obj/
/Tvl.VisualStudio.Language.StringTemplate4/bin/
/Tvl.VisualStudio.Language.StringTemplate4/obj/
/Tvl.VisualStudio.Language/bin/
/Tvl.VisualStudio.Language/obj/
/Tvl.VisualStudio.Language.Interfaces/bin/
/Tvl.VisualStudio.Language.Interfaces/obj/
/Tvl.VisualStudio.Navigator/bin/
/Tvl.VisualStudio.Navigator/obj/
/Tvl.VisualStudio.Shell.Implementation/bin/
/Tvl.VisualStudio.Shell.Implementation/obj/
/Tvl.VisualStudio.Shell.OutputWindow.Implementation/bin/
/Tvl.VisualStudio.Shell.OutputWindow.Implementation/obj/
/Tvl.VisualStudio.Shell/bin/
/Tvl.VisualStudio.Shell/obj/
/Tvl.VisualStudio.Shell.Interfaces/bin/
/Tvl.VisualStudio.Shell.Interfaces/obj/
/Tvl.VisualStudio.Text.Antlr/bin/
/Tvl.VisualStudio.Text.Antlr/obj/
/Tvl.VisualStudio.Text.Implementation/bin/
/Tvl.VisualStudio.Text.Implementation/obj/
/Tvl.VisualStudio.MouseNavigation/bin/
/Tvl.VisualStudio.MouseNavigation/obj/
/Tvl.VisualStudio.MouseFastScroll/bin/
/Tvl.VisualStudio.MouseFastScroll/obj/
/Tvl.VisualStudio.FindInSolutionExplorer/bin/
/Tvl.VisualStudio.FindInSolutionExplorer/obj/
/Tvl.VisualStudio.Language.Go/TestGenerated/
/Tvl.VisualStudio.Language.StringTemplate4/TestGenerated/
/Tvl.VisualStudio.Language.Php/TestGenerated/
# NuGet package directory
/packages/