From 75c83f4d7a628077d9ec98bfbd674699bfa20529 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Wed, 20 May 2026 09:39:22 +0200 Subject: initial gdscript rewrite --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b0d1a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf +*.png filter=lfs diff=lfs merge=lfs -text -- cgit v1.2.3