diff --git a/bundle/direct/dresources/.gitattributes b/bundle/direct/dresources/.gitattributes new file mode 100644 index 00000000000..48aea316546 --- /dev/null +++ b/bundle/direct/dresources/.gitattributes @@ -0,0 +1 @@ +*.generated.yml linguist-generated=true diff --git a/bundle/docsgen/output/.gitattributes b/bundle/docsgen/output/.gitattributes new file mode 100644 index 00000000000..4a85861fe69 --- /dev/null +++ b/bundle/docsgen/output/.gitattributes @@ -0,0 +1 @@ +*.md linguist-generated=true diff --git a/bundle/internal/schema/.gitattributes b/bundle/internal/schema/.gitattributes new file mode 100644 index 00000000000..676640bbcca --- /dev/null +++ b/bundle/internal/schema/.gitattributes @@ -0,0 +1 @@ +annotations_openapi.yml linguist-generated=true diff --git a/bundle/schema/.gitattributes b/bundle/schema/.gitattributes index 0a03eb531b2..f33e5e02470 100644 --- a/bundle/schema/.gitattributes +++ b/bundle/schema/.gitattributes @@ -1 +1,2 @@ jsonschema.json linguist-generated=true +jsonschema_for_docs.json linguist-generated=true diff --git a/internal/mocks/.gitattributes b/internal/mocks/.gitattributes new file mode 100644 index 00000000000..80ff44c834c --- /dev/null +++ b/internal/mocks/.gitattributes @@ -0,0 +1 @@ +*.go linguist-generated=true diff --git a/python/databricks/bundles/.gitattributes b/python/databricks/bundles/.gitattributes new file mode 100644 index 00000000000..d5a9d986ef3 --- /dev/null +++ b/python/databricks/bundles/.gitattributes @@ -0,0 +1,5 @@ +catalogs/** linguist-generated=true +jobs/** linguist-generated=true +pipelines/** linguist-generated=true +schemas/** linguist-generated=true +volumes/** linguist-generated=true