microsoft/healthcare-shared-components

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fe2b1ca4641c7c31def8ec63db5bb77385605457

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