From 3eaf8ec7a504d795a31219c693f2a64b8b0eae83 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:32:25 +0000 Subject: [PATCH] chore: add ai-training=false to .gitattributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6cfa630..0b45831 100644 --- a/.gitattributes +++ b/.gitattributes @@ -98,4 +98,7 @@ reference-plugins export-ignore # Merge driver for changelog files to prevent conflicts CHANGELOG.md merge=union -readme.txt merge=union \ No newline at end of file +readme.txt merge=union + +# Opt out of AI model training +* ai-training=false