microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
656f58d54dc3f01f08e124b72c1bf5f1e2e26c7c

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

368lines · 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# virtual environment
7venv/
8ENV/
9
10# ignore all pdf creation files
11package.json
12package-lock.json
13docsifytopdf.js
14docs/_sidebar.md
15
16# User-specific files
17*.rsuser
18*.suo
19*.user
20*.userosscache
21*.sln.docstates
22
23# User-specific files (MonoDevelop/Xamarin Studio)
24*.userprefs
25
26.ipynb_checkpoints/
27.vector_cache/
28
29# Mono auto generated files
30mono_crash.*
31
32# Build results
33[Dd]ebug/
34[Dd]ebugPublic/
35[Rr]elease/
36[Rr]eleases/
37x64/
38x86/
39[Aa][Rr][Mm]/
40[Aa][Rr][Mm]64/
41bld/
42[Bb]in/
43[Oo]bj/
44[Ll]og/
45[Ll]ogs/
46
47# Visual Studio 2015/2017 cache/options directory
48.vs/
49# Visual Studio Code cache/options directory
50.vscode/
51# Uncomment if you have tasks that create the project's static files in wwwroot
52#wwwroot/
53
54# Visual Studio 2017 auto generated files
55Generated\ Files/
56
57# MSTest test Results
58[Tt]est[Rr]esult*/
59[Bb]uild[Ll]og.*
60
61# NUnit
62*.VisualState.xml
63TestResult.xml
64nunit-*.xml
65
66# Build Results of an ATL Project
67[Dd]ebugPS/
68[Rr]eleasePS/
69dlldata.c
70
71# Benchmark Results
72BenchmarkDotNet.Artifacts/
73
74# .NET Core
75project.lock.json
76project.fragment.lock.json
77artifacts/
78
79# StyleCop
80StyleCopReport.xml
81
82# Files built by Visual Studio
83*_i.c
84*_p.c
85*_h.h
86*.ilk
87*.meta
88*.obj
89*.iobj
90*.pch
91*.pdb
92*.ipdb
93*.pgc
94*.pgd
95*.rsp
96*.sbr
97*.tlb
98*.tli
99*.tlh
100*.tmp
101*.tmp_proj
102*_wpftmp.csproj
103*.log
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# Visual Studio code coverage results
156*.coverage
157*.coveragexml
158
159# NCrunch
160_NCrunch_*
161.*crunch*.local.xml
162nCrunchTemp_*
163
164# MightyMoose
165*.mm.*
166AutoTest.Net/
167
168# Web workbench (sass)
169.sass-cache/
170
171# Installshield output folder
172[Ee]xpress/
173
174# DocProject is a documentation generator add-in
175DocProject/buildhelp/
176DocProject/Help/*.HxT
177DocProject/Help/*.HxC
178DocProject/Help/*.hhc
179DocProject/Help/*.hhk
180DocProject/Help/*.hhp
181DocProject/Help/Html2
182DocProject/Help/html
183
184# Click-Once directory
185publish/
186
187# Publish Web Output
188*.[Pp]ublish.xml
189*.azurePubxml
190# Note: Comment the next line if you want to checkin your web deploy settings,
191# but database connection strings (with potential passwords) will be unencrypted
192*.pubxml
193*.publishproj
194
195# Microsoft Azure Web App publish settings. Comment the next line if you want to
196# checkin your Azure Web App publish settings, but sensitive information contained
197# in these scripts will be unencrypted
198PublishScripts/
199
200# NuGet Packages
201*.nupkg
202# NuGet Symbol Packages
203*.snupkg
204# The packages folder can be ignored because of Package Restore
205**/[Pp]ackages/*
206# except build/, which is used as an MSBuild target.
207!**/[Pp]ackages/build/
208# Uncomment if necessary however generally it will be regenerated when needed
209#!**/[Pp]ackages/repositories.config
210# NuGet v3's project.json files produces more ignorable files
211*.nuget.props
212*.nuget.targets
213
214# Microsoft Azure Build Output
215csx/
216*.build.csdef
217
218# Microsoft Azure Emulator
219ecf/
220rcf/
221
222# Windows Store app package directories and files
223AppPackages/
224BundleArtifacts/
225Package.StoreAssociation.xml
226_pkginfo.txt
227*.appx
228*.appxbundle
229*.appxupload
230
231# Visual Studio cache files
232# files ending in .cache can be ignored
233*.[Cc]ache
234# but keep track of directories ending in .cache
235!?*.[Cc]ache/
236
237# Others
238ClientBin/
239~$*
240*~
241*.dbmdl
242*.dbproj.schemaview
243*.jfm
244*.pfx
245*.publishsettings
246orleans.codegen.cs
247
248# Including strong name files can present a security risk
249# (https://github.com/github/gitignore/pull/2483#issue-259490424)
250#*.snk
251
252# Since there are multiple workflows, uncomment next line to ignore bower_components
253# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
254#bower_components/
255
256# RIA/Silverlight projects
257Generated_Code/
258
259# Backup & report files from converting an old project file
260# to a newer Visual Studio version. Backup files are not needed,
261# because we have git ;-)
262_UpgradeReport_Files/
263Backup*/
264UpgradeLog*.XML
265UpgradeLog*.htm
266ServiceFabricBackup/
267*.rptproj.bak
268
269# SQL Server files
270*.mdf
271*.ldf
272*.ndf
273
274# Business Intelligence projects
275*.rdl.data
276*.bim.layout
277*.bim_*.settings
278*.rptproj.rsuser
279*- [Bb]ackup.rdl
280*- [Bb]ackup ([0-9]).rdl
281*- [Bb]ackup ([0-9][0-9]).rdl
282
283# Microsoft Fakes
284FakesAssemblies/
285
286# GhostDoc plugin setting file
287*.GhostDoc.xml
288
289# Node.js Tools for Visual Studio
290.ntvs_analysis.dat
291node_modules/
292
293# Visual Studio 6 build log
294*.plg
295
296# Visual Studio 6 workspace options file
297*.opt
298
299# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
300*.vbw
301
302# Visual Studio LightSwitch build output
303**/*.HTMLClient/GeneratedArtifacts
304**/*.DesktopClient/GeneratedArtifacts
305**/*.DesktopClient/ModelManifest.xml
306**/*.Server/GeneratedArtifacts
307**/*.Server/ModelManifest.xml
308_Pvt_Extensions
309
310# Paket dependency manager
311.paket/paket.exe
312paket-files/
313
314# FAKE - F# Make
315.fake/
316
317# CodeRush personal settings
318.cr/personal
319
320# Python Tools for Visual Studio (PTVS)
321__pycache__/
322*.pyc
323
324# Cake - Uncomment if you are using it
325# tools/**
326# !tools/packages.config
327
328# Tabs Studio
329*.tss
330
331# Telerik's JustMock configuration file
332*.jmconfig
333
334# BizTalk build output
335*.btp.cs
336*.btm.cs
337*.odx.cs
338*.xsd.cs
339
340# OpenCover UI analysis results
341OpenCover/
342
343# Azure Stream Analytics local run output
344ASALocalRun/
345
346# MSBuild Binary and Structured Log
347*.binlog
348
349# NVidia Nsight GPU debugger configuration file
350*.nvuser
351
352# MFractors (Xamarin productivity tool) working folder
353.mfractor/
354
355# Local History for Visual Studio
356.localhistory/
357
358# BeatPulse healthcheck temp database
359healthchecksdb
360
361# Backup folder for Package Reference Convert tool in Visual Studio 2017
362MigrationBackup/
363
364# Ionide (cross platform F# VS Code tools) working folder
365.ionide/
366
367# Mac-specific
368.DS_Store