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