1
+ # # Ignore Visual Studio temporary files, build results, and
2
+ # # files generated by popular Visual Studio add-ons.
3
+ # #
4
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
+
6
+ # User-specific files
7
+ * .suo
8
+ * .user
9
+ * .userosscache
10
+ * .sln.docstates
11
+
12
+ # User-specific files (MonoDevelop/Xamarin Studio)
13
+ * .userprefs
14
+
15
+ # Build results
16
+ [Dd ]ebug /
17
+ [Dd ]ebugPublic /
18
+ [Rr ]elease /
19
+ [Rr ]eleases /
20
+ x64 /
21
+ x86 /
22
+ bld /
23
+ [Bb ]in /
24
+ [Oo ]bj /
25
+ [Ll ]og /
26
+
27
+ # Visual Studio 2015 cache/options directory
28
+ .vs /
29
+ # Uncomment if you have tasks that create the project's static files in wwwroot
30
+ # wwwroot/
31
+
32
+ # MSTest test Results
33
+ [Tt ]est [Rr ]esult * /
34
+ [Bb ]uild [Ll ]og. *
35
+
36
+ # NUNIT
37
+ * .VisualState.xml
38
+ TestResult.xml
39
+
40
+ # Build Results of an ATL Project
41
+ [Dd ]ebugPS /
42
+ [Rr ]eleasePS /
43
+ dlldata.c
44
+
45
+ # Benchmark Results
46
+ BenchmarkDotNet.Artifacts /
47
+
48
+ # .NET Core
49
+ project.lock.json
50
+ project.fragment.lock.json
51
+ artifacts /
52
+ ** /Properties /launchSettings.json
53
+
54
+ * _i.c
55
+ * _p.c
56
+ * _i.h
57
+ * .ilk
58
+ * .meta
59
+ * .obj
60
+ * .pch
61
+ * .pdb
62
+ * .pgc
63
+ * .pgd
64
+ * .rsp
65
+ * .sbr
66
+ * .tlb
67
+ * .tli
68
+ * .tlh
69
+ * .tmp
70
+ * .tmp_proj
71
+ * .log
72
+ * .vspscc
73
+ * .vssscc
74
+ .builds
75
+ * .pidb
76
+ * .svclog
77
+ * .scc
78
+
79
+ # Chutzpah Test files
80
+ _Chutzpah *
81
+
82
+ # Visual C++ cache files
83
+ ipch /
84
+ * .aps
85
+ * .ncb
86
+ * .opendb
87
+ * .opensdf
88
+ * .sdf
89
+ * .cachefile
90
+ * .VC.db
91
+ * .VC.VC.opendb
92
+
93
+ # Visual Studio profiler
94
+ * .psess
95
+ * .vsp
96
+ * .vspx
97
+ * .sap
98
+
99
+ # TFS 2012 Local Workspace
100
+ $tf /
101
+
102
+ # Guidance Automation Toolkit
103
+ * .gpState
104
+
105
+ # ReSharper is a .NET coding add-in
106
+ _ReSharper * /
107
+ * . [Rr ]e [Ss ]harper
108
+ * .DotSettings.user
109
+
110
+ # JustCode is a .NET coding add-in
111
+ .JustCode
112
+
113
+ # TeamCity is a build add-in
114
+ _TeamCity *
115
+
116
+ # DotCover is a Code Coverage Tool
117
+ * .dotCover
118
+
119
+ # AxoCover is a Code Coverage Tool
120
+ .axoCover /*
121
+ ! .axoCover /settings.json
122
+
123
+ # Visual Studio code coverage results
124
+ * .coverage
125
+ * .coveragexml
126
+
127
+
128
+ # Publish Web Output
129
+ * . [Pp ]ublish.xml
130
+ * .azurePubxml
131
+ # Note: Comment the next line if you want to checkin your web deploy settings,
132
+ # but database connection strings (with potential passwords) will be unencrypted
133
+ * .pubxml
134
+ * .publishproj
135
+
136
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
137
+ # checkin your Azure Web App publish settings, but sensitive information contained
138
+ # in these scripts will be unencrypted
139
+ PublishScripts /
140
+
141
+ # NuGet Packages
142
+ * .nupkg
143
+ # The packages folder can be ignored because of Package Restore
144
+ ** /packages /*
145
+ # except build/, which is used as an MSBuild target.
146
+ ! ** /packages /build /
147
+ # Uncomment if necessary however generally it will be regenerated when needed
148
+ # !**/packages/repositories.config
149
+ # NuGet v3's project.json files produces more ignorable files
150
+ * .nuget.props
151
+ * .nuget.targets
152
+
153
+ # Microsoft Azure Build Output
154
+ csx /
155
+ * .build.csdef
156
+
157
+ # Microsoft Azure Emulator
158
+ ecf /
159
+ rcf /
160
+
161
+ # Visual Studio cache files
162
+ # files ending in .cache can be ignored
163
+ * . [Cc ]ache
164
+ # but keep track of directories ending in .cache
165
+ ! * . [Cc ]ache /
166
+
167
+ # Others
168
+ ClientBin /
169
+ ~$ *
170
+ * ~
171
+ * .dbmdl
172
+ * .dbproj.schemaview
173
+ * .jfm
174
+ * .pfx
175
+ * .publishsettings
176
+ orleans.codegen.cs
177
+
178
+ # Backup & report files from converting an old project file
179
+ # to a newer Visual Studio version. Backup files are not needed,
180
+ # because we have git ;-)
181
+ _UpgradeReport_Files /
182
+ Backup * /
183
+ UpgradeLog * .XML
184
+ UpgradeLog * .htm
185
+
186
+ # SQL Server files
187
+ * .mdf
188
+ * .ldf
189
+ * .ndf
190
+
191
+ # JetBrains Rider
192
+ .idea /
193
+ * .sln.iml
194
+
195
+ # CodeRush
196
+ .cr /
197
+
198
+ # ExampleRangeTester artifacts
199
+ TesterMetadata.xml
200
+
201
+
202
+ # Backup files
203
+ .bak
0 commit comments