From 8cba6dc29c35755f452438570ac8e08934131253 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 29 Sep 2024 21:16:28 -0500 Subject: [PATCH] Disable ShaderLab/HLSL + UpgradeLog.htm from polluting repo language statistics --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a998f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.shader linguist-vendored +*.cginc linguist-vendored +/Galagan/Galagan/UpgradeLog.htm linguist-vendored \ No newline at end of file