microsoft/healthcare-shared-components

Public

mirrored fromhttps://github.com/microsoft/healthcare-shared-componentsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dab265c2967d8f7199ea3066f882087786a2886b

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

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