Skip to content

Commit 691b59a

Browse files
chore: exclude auto-generated OpenAPI file and GitHub workflows from YAML formatting (#741)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 20d8b3f commit 691b59a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Ignore artifacts:
22
build
33
coverage
4+
5+
# Ignore auto-generated files:
6+
airbyte_cdk/manifest_server/openapi.yaml
7+
8+
# Ignore GitHub workflow files:
9+
.github/**/*.yml
10+
.github/**/*.yaml

0 commit comments

Comments
 (0)