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