From 793e9a21324e36cacbd0f6580e6eaf5c39db09b5 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Thu, 23 Apr 2026 20:42:02 +0400 Subject: [PATCH] chore: remove stb_image from linguist (#856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What? ## Why? Signed-off-by: drew --- .gitattributes | 3 +-- view/.gitattributes | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 view/.gitattributes diff --git a/.gitattributes b/.gitattributes index dd44cace73b6a4362e397146734ec58e8c7a2b44..e3c54e34bb850187a2b6fd69fbfd48af470f3753 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -*.html linguist-detectable=false -public/** linguist-documentation +clib/stb_image.h linguist-vendored diff --git a/view/.gitattributes b/view/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..be2a3058da3fe5bcd51f34671273fa320a2b97f6 --- /dev/null +++ b/view/.gitattributes @@ -0,0 +1,4 @@ +*.html linguist-detectable=false +public/** linguist-documentation +clib/stb_image.h linguist-detectable=false +clib/stb_image.h linguist-documentation