microsoft/AI-For-Beginners

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b015d2d5025ff9b5c49d9483ed13497b6a62156

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

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