microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
43bd1ae83c5beb6a0c94ac67abd7cf7cd606b7fc

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

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