From 79b0b6d0588fc3e1a4390e28dab45c797e51847f Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 9 Jan 2025 09:35:41 -0500 Subject: [PATCH] Override linguist file classifications (#4952) --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 877d0a1fb12e..eb4fe7fb047f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -87,3 +87,12 @@ makefile text eol=lf *.jpeg filter=lfs diff=lfs merge=lfs -text python/packages/autogen-magentic-one/imgs/autogen-magentic-one-example.png filter=lfs diff=lfs merge=lfs -text python/packages/autogen-magentic-one/imgs/autogen-magentic-one-agents.png filter=lfs diff=lfs merge=lfs -text + +python/packages/autogen-magentic-one/tests/browser_utils/test_files/test_blog.html linguist-vendored +python/packages/autogen-ext/src/autogen_ext/runtimes/grpc/protos/*.py linguist-generated +python/packages/autogen-ext/src/autogen_ext/runtimes/grpc/protos/*.pyi linguist-generated +python/packages/autogen-ext/tests/protos/*.py linguist-generated +python/packages/autogen-ext/tests/protos/*.pyi linguist-generated +docs/** linguist-documentation +python/packages/autogen-core/docs/** linguist-documentation +dotnet/website/** linguist-documentation