From 4c59c5c9939c176906646b0d70b8c41592c51c24 Mon Sep 17 00:00:00 2001 From: Modin Modin Date: Mon, 6 Apr 2026 19:33:11 -0400 Subject: [PATCH] Samples 3.2 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..022ed13 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.comp linguist-language=glsl +*.vert linguist-language=glsl +*.frag linguist-language=glsl