openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.2.0-beta.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

183lines · modecode

1## Ignore Visual Studio temporary files, build results, and
2## files generated by popular Visual Studio add-ons.
3
4# User-specific files
5*.suo
6*.user
7*.sln.docstates
8.vs/
9*.lock.json
10developer/
11launch.json
12launchSettings.json
13
14# Default Assets restore directory
15.assets
16
17# Build results
18/artifacts
19binaries/
20[Dd]ebug*/
21[Rr]elease/
22build/
23restoredPackages/
24PolicheckOutput/
25tools/net46/
26tools/SdkBuildTools/
27tools/Microsoft.WindowsAzure.Build.Tasks/packages/
28PublishedNugets/
29src/NuGet.Config
30tools/7-zip/
31#tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.*.nupkg
32
33[Tt]est[Rr]esult
34[Bb]uild[Ll]og.*
35
36*_i.c
37*_p.c
38*.ilk
39*.meta
40*.obj
41*.pch
42*.pdb
43*.pgc
44*.pgd
45*.rsp
46*.sbr
47*.tlb
48*.tli
49*.tlh
50*.tmp
51*.vspscc
52*.vssscc
53.builds
54
55*.pidb
56
57*.log
58*.scc
59# Visual C++ cache files
60ipch/
61*.aps
62*.ncb
63*.opensdf
64*.sdf
65
66# Visual Studio profiler
67*.psess
68*.vsp
69
70# VS Code
71**/.vscode/*
72!.vscode/cspell.json
73
74# Code analysis
75*.CodeAnalysisLog.xml
76
77# Guidance Automation Toolkit
78*.gpState
79
80# ReSharper is a .NET coding add-in
81_ReSharper*/
82
83*.[Rr]e[Ss]harper
84
85# Rider IDE
86.idea
87
88# NCrunch
89*.ncrunch*
90.*crunch*.local.xml
91
92# Installshield output folder
93[Ee]xpress
94
95# DocProject is a documentation generator add-in
96DocProject/buildhelp/
97DocProject/Help/*.HxT
98DocProject/Help/*.HxC
99DocProject/Help/*.hhc
100DocProject/Help/*.hhk
101DocProject/Help/*.hhp
102DocProject/Help/Html2
103DocProject/Help/html
104
105# Click-Once directory
106publish
107
108# Publish Web Output
109*.Publish.xml
110
111# Others
112[Bb]in
113[Oo]bj
114TestResults
115[Tt]est[Rr]esult*
116*.Cache
117ClientBin
118~$*
119*.dbmdl
120
121*.[Pp]ublish.xml
122
123Generated_Code #added for RIA/Silverlight projects
124
125# Build tasks
126tools/*.dll
127
128# Sensitive files
129*.keys
130!Azure.Extensions.AspNetCore.DataProtection.Keys
131!Azure.Security.KeyVault.Keys
132*.pfx
133TestConfigurations.xml
134*.json.env
135*.bicep.env
136
137# Backup & report files from converting an old project file to a newer
138# Visual Studio version. Backup files are not needed, because we have git ;-)
139_UpgradeReport_Files/
140Backup*/
141UpgradeLog*.XML
142
143# NuGet
144packages
145packages/repositories.config
146testPackages
147
148# Mac development
149.DS_Store
150
151# Specification DLLs
152*.Specification.dll
153
154# Generated readme.txt files #
155src/*/readme.txt
156
157build.out
158.nuget/
159
160# Azure Project
161csx/
162*.GhostDoc.xml
163pingme.txt
164
165# TS/Node files
166dist/
167node_modules/
168
169# MSBuild binary log files
170msbuild.binlog
171
172# BenchmarkDotNet
173BenchmarkDotNet.Artifacts
174
175artifacts
176.assets
177
178# Temporary typespec folders for typespec generation
179TempTypeSpecFiles/
180
181# Artifacts from the generator
182tspCodeModel.json
183Configuration.json
184