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