From 543a08dac9bea84b820c9c66f3fc7309003d473b Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Mon, 20 Apr 2026 21:42:00 -0700 Subject: [PATCH] chore(app-server) linguist-generated (#18807) ## Summary Start marking app-server schema files as [linguist-generated](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github), so we can more easily parse reviews --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0f1c1b413 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +codex-rs/app-server-protocol/schema/** linguist-generated