chore: remove stb_image from linguist (#856)

Drew Smirnoff created

## What?

<!-- Describe what this PR changes. Keep it concise — what code was
added, removed, or modified? -->

## Why?

<!-- Explain the motivation behind this change. What problem does it
solve, or what addition does it enable? Link related issues if
applicable. -->

Signed-off-by: drew <me@andrinoff.com>

Change summary

.gitattributes      | 3 +--
view/.gitattributes | 4 ++++
2 files changed, 5 insertions(+), 2 deletions(-)

Detailed changes

.gitattributes 🔗

@@ -1,2 +1 @@
-*.html linguist-detectable=false
-public/** linguist-documentation
+clib/stb_image.h linguist-vendored

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