forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (40 loc) · 791 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
docs/_build/
.idea/
*.swp
rebuild.cmd
# Business Intelligence projects
*.rdl.data
_site/
api/
_themes/
_themes.pdf/
_csharplang/
_csharpstandard/
_vblang/
log/
.optemp/
.openpublishing.buildcore.ps1
# Spelling add-on file for Visual Studio Code.
spell.json
samples/framework/docker/MVCRandomAnswerGenerator/containerImage
.DS_Store
# Visual Studio Code
**/.vscode/
.vscode/
!.vscode/extensions.json
# Visual Studio 2019
.vs
UpgradeLog*.htm
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
# Windows shortcuts
*.lnk
[Bb]in/
[Oo]bj/
*.sln
# Ionide folder, used in F# for VSCode
.ionide/
docs/core/extensions/snippets/workers/cloud-service/Properties/PublishProfiles/cloudworker.pubxml
docs/csharp/language-reference/xmldoc/snippets/xmldoc/xmldoc.xml
BenchmarkDotNet.Artifacts