From 52b847653296f6e80fd68678b2a88ee9f560eaff Mon Sep 17 00:00:00 2001 From: ash lea Date: Mon, 1 Jun 2026 14:25:40 -0400 Subject: initial commit --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b7bbcc4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Disable autocrlf on generated files, they always generate with LF +# Add any extra files or paths here to make git stop saying they +# are changed when only line endings change. +src/generated/**/.cache/* text eol=lf +src/generated/**/*.json text eol=lf -- cgit 1.4.1