microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1adc19e53b9dfd93f84ff36cd1ee7fdfdefe1548

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

441lines · modecode

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