Skip to content

Commit fe1bc76

Browse files
Check in tspCodeModel to aid in upgrades (#580)
1 parent ff3648b commit fe1bc76

File tree

3 files changed

+116986
-4
lines changed

3 files changed

+116986
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ artifacts
178178
# Temporary typespec folders for typespec generation
179179
TempTypeSpecFiles/
180180

181-
# Artifacts from the generator
182-
tspCodeModel.json
183-
Configuration.json
184-
185181
# Base specification files
186182
specification/base/
187183

Configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"package-name": "OpenAI",
3+
"unreferenced-types-handling": "keepAll",
4+
"disable-xml-docs": true
5+
}

0 commit comments

Comments
 (0)