From 7cea0255b4b7ee606caf0d9f7feece7395a1f4c5b4518754e1865b4da90f8124 Mon Sep 17 00:00:00 2001 From: Tyler Beckman Date: Mon, 14 Oct 2024 00:22:34 -0600 Subject: [PATCH] e --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82d347d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +graphql/canvas-schema.json linguist-generated=true +src/types/*.rs linguist-generated=true +src/types/mod.rs linguist-generated=false