microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9f97522557d7ebc0f42f2472fac33f0d87af6ebd

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.gitignore

442lines · modecode

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