From afff960a980ec1115c1f28a6923b11c6da20ec30 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:32:29 +0000 Subject: [PATCH] chore: add ai-training=false to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b63420 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Opt out of AI model training +* ai-training=false