openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
.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 |
| 10 | developer/ |
| 11 | launch.json |
| 12 | launchSettings.json |
| 13 | |
| 14 | # Default Assets restore directory |
| 15 | .assets |
| 16 | |
| 17 | # Build results |
| 18 | /artifacts |
| 19 | binaries/ |
| 20 | [Dd]ebug*/ |
| 21 | [Rr]elease/ |
| 22 | build/ |
| 23 | restoredPackages/ |
| 24 | PolicheckOutput/ |
| 25 | tools/net46/ |
| 26 | tools/SdkBuildTools/ |
| 27 | tools/Microsoft.WindowsAzure.Build.Tasks/packages/ |
| 28 | PublishedNugets/ |
| 29 | src/NuGet.Config |
| 30 | tools/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 |
| 60 | ipch/ |
| 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 |
| 96 | DocProject/buildhelp/ |
| 97 | DocProject/Help/*.HxT |
| 98 | DocProject/Help/*.HxC |
| 99 | DocProject/Help/*.hhc |
| 100 | DocProject/Help/*.hhk |
| 101 | DocProject/Help/*.hhp |
| 102 | DocProject/Help/Html2 |
| 103 | DocProject/Help/html |
| 104 | |
| 105 | # Click-Once directory |
| 106 | publish |
| 107 | |
| 108 | # Publish Web Output |
| 109 | *.Publish.xml |
| 110 | |
| 111 | # Others |
| 112 | [Bb]in |
| 113 | [Oo]bj |
| 114 | TestResults |
| 115 | [Tt]est[Rr]esult* |
| 116 | *.Cache |
| 117 | ClientBin |
| 118 | ~$* |
| 119 | *.dbmdl |
| 120 | |
| 121 | *.[Pp]ublish.xml |
| 122 | |
| 123 | Generated_Code #added for RIA/Silverlight projects |
| 124 | |
| 125 | # Build tasks |
| 126 | tools/*.dll |
| 127 | |
| 128 | # Sensitive files |
| 129 | *.keys |
| 130 | !Azure.Extensions.AspNetCore.DataProtection.Keys |
| 131 | !Azure.Security.KeyVault.Keys |
| 132 | *.pfx |
| 133 | TestConfigurations.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/ |
| 140 | Backup*/ |
| 141 | UpgradeLog*.XML |
| 142 | |
| 143 | # NuGet |
| 144 | packages |
| 145 | packages/repositories.config |
| 146 | testPackages |
| 147 | |
| 148 | # Mac development |
| 149 | .DS_Store |
| 150 | |
| 151 | # Specification DLLs |
| 152 | *.Specification.dll |
| 153 | |
| 154 | # Generated readme.txt files # |
| 155 | src/*/readme.txt |
| 156 | |
| 157 | build.out |
| 158 | .nuget/ |
| 159 | |
| 160 | # Azure Project |
| 161 | csx/ |
| 162 | *.GhostDoc.xml |
| 163 | pingme.txt |
| 164 | |
| 165 | # TS/Node files |
| 166 | dist/ |
| 167 | node_modules/ |
| 168 | |
| 169 | # MSBuild binary log files |
| 170 | msbuild.binlog |
| 171 | |
| 172 | # BenchmarkDotNet |
| 173 | BenchmarkDotNet.Artifacts |
| 174 | |
| 175 | artifacts |
| 176 | .assets |
| 177 | |
| 178 | # Temporary typespec folders for typespec generation |
| 179 | TempTypeSpecFiles/ |
| 180 | |
| 181 | # Artifacts from the generator |
| 182 | tspCodeModel.json |
| 183 | Configuration.json |
| 184 | |