Skip to content

Commit bab9cb7

Browse files
chore: exclude auto-generated OpenAPI file and GitHub workflows from YAML formatting
Co-Authored-By: AJ Steers <[email protected]>
1 parent e4b34b6 commit bab9cb7

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)