Skip to content

Commit 45c8189

Browse files
chore: git-ignore SDK docs (#1492)
This change drops the .genignore rule for docs which didn't seem to be working and instead opts for adding /client/sdk/docs to the .gitignore file. This can be beneficial because `speakeasy` will still generate docs that are available to coding agents as context while not adding noise to source control. <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/speakeasy-api/gram/pull/1492"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent 81ba6bb commit 45c8189

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ junit-report.xml
1010
!.vscode/extensions.json
1111
*.code-workspace
1212
.idea
13+
/client/sdk/docs
1314
/server/goa*
1415
/server/gram
1516
# Goa generates OpenAPI v2 specs with non-deterministic examples. Nothing consumes them.

client/sdk/.genignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)