microsoft/AI-For-Beginners

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b154d97fffc529a1a383668fa248ec525738cd66

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

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