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