microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.2-py

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

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