5
5
* ~
6
6
7
7
# Local constant file
8
- tests /constants.local.ps1
8
+ tests /constants.local.ps1
9
+
10
+
11
+ # # Ignore Visual Studio temporary files, build results, and
12
+ # # files generated by popular Visual Studio add-ons.
13
+ # #
14
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
15
+
16
+ # User-specific files
17
+ * .rsuser
18
+ * .suo
19
+ * .user
20
+ * .userosscache
21
+ * .sln.docstates
22
+
23
+ # User-specific files (MonoDevelop/Xamarin Studio)
24
+ * .userprefs
25
+
26
+ # Mono auto generated files
27
+ mono_crash. *
28
+
29
+ # Build results
30
+ [Dd ]ebug /
31
+ [Dd ]ebugPublic /
32
+ [Rr ]elease /
33
+ [Rr ]eleases /
34
+ x64 /
35
+ x86 /
36
+ [Ww ][Ii ][Nn ]32 /
37
+ [Aa ][Rr ][Mm ]/
38
+ [Aa ][Rr ][Mm ]64 /
39
+ bld /
40
+ [Oo ]bj /
41
+ [Ll ]og /
42
+ [Ll ]ogs /
43
+
44
+ # Visual Studio 2015/2017 cache/options directory
45
+ .vs /
46
+ # Uncomment if you have tasks that create the project's static files in wwwroot
47
+ # wwwroot/
48
+
49
+ # Visual Studio 2017 auto generated files
50
+ Generated \ Files /
51
+
52
+ # MSTest test Results
53
+ [Tt ]est [Rr ]esult * /
54
+ [Bb ]uild [Ll ]og. *
55
+
56
+ # NUnit
57
+ * .VisualState.xml
58
+ TestResult.xml
59
+ nunit- * .xml
60
+
61
+ # Build Results of an ATL Project
62
+ [Dd ]ebugPS /
63
+ [Rr ]eleasePS /
64
+ dlldata.c
65
+
66
+ # Benchmark Results
67
+ BenchmarkDotNet.Artifacts /
68
+
69
+ # .NET Core
70
+ project.lock.json
71
+ project.fragment.lock.json
72
+ artifacts /
73
+
74
+ # ASP.NET Scaffolding
75
+ ScaffoldingReadMe.txt
76
+
77
+ # StyleCop
78
+ StyleCopReport.xml
79
+
80
+ # Files built by Visual Studio
81
+ * _i.c
82
+ * _p.c
83
+ * _h.h
84
+ * .ilk
85
+ * .meta
86
+ * .obj
87
+ * .iobj
88
+ * .pch
89
+ * .pdb
90
+ * .ipdb
91
+ * .pgc
92
+ * .pgd
93
+ * .rsp
94
+ * .sbr
95
+ * .tlb
96
+ * .tli
97
+ * .tlh
98
+ * .tmp
99
+ * .tmp_proj
100
+ * _wpftmp.csproj
101
+ * .log
102
+ * .vspscc
103
+ * .vssscc
104
+ .builds
105
+ * .pidb
106
+ * .svclog
107
+ * .scc
108
+
109
+ # Chutzpah Test files
110
+ _Chutzpah *
111
+
112
+ # Visual C++ cache files
113
+ ipch /
114
+ * .aps
115
+ * .ncb
116
+ * .opendb
117
+ * .opensdf
118
+ * .sdf
119
+ * .cachefile
120
+ * .VC.db
121
+ * .VC.VC.opendb
122
+
123
+ # Visual Studio profiler
124
+ * .psess
125
+ * .vsp
126
+ * .vspx
127
+ * .sap
128
+
129
+ # Visual Studio Trace Files
130
+ * .e2e
131
+
132
+ # TFS 2012 Local Workspace
133
+ $tf /
134
+
135
+ # Guidance Automation Toolkit
136
+ * .gpState
137
+
138
+ # ReSharper is a .NET coding add-in
139
+ _ReSharper * /
140
+ * . [Rr ]e [Ss ]harper
141
+ * .DotSettings.user
142
+
143
+ # TeamCity is a build add-in
144
+ _TeamCity *
145
+
146
+ # DotCover is a Code Coverage Tool
147
+ * .dotCover
148
+
149
+ # AxoCover is a Code Coverage Tool
150
+ .axoCover /*
151
+ ! .axoCover /settings.json
152
+
153
+ # Coverlet is a free, cross platform Code Coverage Tool
154
+ coverage * .json
155
+ coverage * .xml
156
+ coverage * .info
157
+
158
+ # Visual Studio code coverage results
159
+ * .coverage
160
+ * .coveragexml
161
+
162
+ # NCrunch
163
+ _NCrunch_ *
164
+ . * crunch * .local.xml
165
+ nCrunchTemp_ *
166
+
167
+ # MightyMoose
168
+ * .mm. *
169
+ AutoTest.Net /
170
+
171
+ # Web workbench (sass)
172
+ .sass-cache /
173
+
174
+ # Installshield output folder
175
+ [Ee ]xpress /
176
+
177
+ # DocProject is a documentation generator add-in
178
+ DocProject /buildhelp /
179
+ DocProject /Help /* .HxT
180
+ DocProject /Help /* .HxC
181
+ DocProject /Help /* .hhc
182
+ DocProject /Help /* .hhk
183
+ DocProject /Help /* .hhp
184
+ DocProject /Help /Html2
185
+ DocProject /Help /html
186
+
187
+ # Click-Once directory
188
+ publish /
189
+
190
+ # Publish Web Output
191
+ * . [Pp ]ublish.xml
192
+ * .azurePubxml
193
+ # Note: Comment the next line if you want to checkin your web deploy settings,
194
+ # but database connection strings (with potential passwords) will be unencrypted
195
+ * .pubxml
196
+ * .publishproj
197
+
198
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
199
+ # checkin your Azure Web App publish settings, but sensitive information contained
200
+ # in these scripts will be unencrypted
201
+ PublishScripts /
202
+
203
+ # NuGet Packages
204
+ * .nupkg
205
+ # NuGet Symbol Packages
206
+ * .snupkg
207
+ # The packages folder can be ignored because of Package Restore
208
+ ** /[Pp ]ackages /*
209
+ # except build/, which is used as an MSBuild target.
210
+ ! ** /[Pp ]ackages /build /
211
+ # Uncomment if necessary however generally it will be regenerated when needed
212
+ # !**/[Pp]ackages/repositories.config
213
+ # NuGet v3's project.json files produces more ignorable files
214
+ * .nuget.props
215
+ * .nuget.targets
216
+
217
+ # Microsoft Azure Build Output
218
+ csx /
219
+ * .build.csdef
220
+
221
+ # Microsoft Azure Emulator
222
+ ecf /
223
+ rcf /
224
+
225
+ # Windows Store app package directories and files
226
+ AppPackages /
227
+ BundleArtifacts /
228
+ Package.StoreAssociation.xml
229
+ _pkginfo.txt
230
+ * .appx
231
+ * .appxbundle
232
+ * .appxupload
233
+
234
+ # Visual Studio cache files
235
+ # files ending in .cache can be ignored
236
+ * . [Cc ]ache
237
+ # but keep track of directories ending in .cache
238
+ ! ?* . [Cc ]ache /
239
+
240
+ # Others
241
+ ClientBin /
242
+ ~$ *
243
+ * ~
244
+ * .dbmdl
245
+ * .dbproj.schemaview
246
+ * .jfm
247
+ * .pfx
248
+ * .publishsettings
249
+ orleans.codegen.cs
250
+
251
+ # Including strong name files can present a security risk
252
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
253
+ # *.snk
254
+
255
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
256
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
257
+ # bower_components/
258
+
259
+ # RIA/Silverlight projects
260
+ Generated_Code /
261
+
262
+ # Backup & report files from converting an old project file
263
+ # to a newer Visual Studio version. Backup files are not needed,
264
+ # because we have git ;-)
265
+ _UpgradeReport_Files /
266
+ Backup * /
267
+ UpgradeLog * .XML
268
+ UpgradeLog * .htm
269
+ ServiceFabricBackup /
270
+ * .rptproj.bak
271
+
272
+ # SQL Server files
273
+ * .mdf
274
+ * .ldf
275
+ * .ndf
276
+
277
+ # Business Intelligence projects
278
+ * .rdl.data
279
+ * .bim.layout
280
+ * .bim_ * .settings
281
+ * .rptproj.rsuser
282
+ * - [Bb ]ackup.rdl
283
+ * - [Bb ]ackup ( [0-9 ]).rdl
284
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
285
+
286
+ # Microsoft Fakes
287
+ FakesAssemblies /
288
+
289
+ # GhostDoc plugin setting file
290
+ * .GhostDoc.xml
291
+
292
+ # Node.js Tools for Visual Studio
293
+ .ntvs_analysis.dat
294
+ node_modules /
295
+
296
+ # Visual Studio 6 build log
297
+ * .plg
298
+
299
+ # Visual Studio 6 workspace options file
300
+ * .opt
301
+
302
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
303
+ * .vbw
304
+
305
+ # Visual Studio LightSwitch build output
306
+ ** /* .HTMLClient /GeneratedArtifacts
307
+ ** /* .DesktopClient /GeneratedArtifacts
308
+ ** /* .DesktopClient /ModelManifest.xml
309
+ ** /* .Server /GeneratedArtifacts
310
+ ** /* .Server /ModelManifest.xml
311
+ _Pvt_Extensions
312
+
313
+ # Paket dependency manager
314
+ .paket /paket.exe
315
+ paket-files /
316
+
317
+ # FAKE - F# Make
318
+ .fake /
319
+
320
+ # CodeRush personal settings
321
+ .cr /personal
322
+
323
+ # Python Tools for Visual Studio (PTVS)
324
+ __pycache__ /
325
+ * .pyc
326
+
327
+ # Cake - Uncomment if you are using it
328
+ # tools/**
329
+ # !tools/packages.config
330
+
331
+ # Tabs Studio
332
+ * .tss
333
+
334
+ # Telerik's JustMock configuration file
335
+ * .jmconfig
336
+
337
+ # BizTalk build output
338
+ * .btp.cs
339
+ * .btm.cs
340
+ * .odx.cs
341
+ * .xsd.cs
342
+
343
+ # OpenCover UI analysis results
344
+ OpenCover /
345
+
346
+ # Azure Stream Analytics local run output
347
+ ASALocalRun /
348
+
349
+ # MSBuild Binary and Structured Log
350
+ * .binlog
351
+
352
+ # NVidia Nsight GPU debugger configuration file
353
+ * .nvuser
354
+
355
+ # MFractors (Xamarin productivity tool) working folder
356
+ .mfractor /
357
+
358
+ # Local History for Visual Studio
359
+ .localhistory /
360
+
361
+ # BeatPulse healthcheck temp database
362
+ healthchecksdb
363
+
364
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
365
+ MigrationBackup /
366
+
367
+ # Ionide (cross platform F# VS Code tools) working folder
368
+ .ionide /
369
+
370
+ # Fody - auto-generated XML schema
371
+ FodyWeavers.xsd
0 commit comments