microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
12758cc00641ac30c0800e1564db970e0567e506

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

488lines · modecode

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