gitattributes: Mark dots-viewer dist files as binary

This prevents git grep from searching through minified JavaScript
and other generated files in the dots-viewer static distribution
directory, reducing noise in search results.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9458>
This commit is contained in:
Thibault Saunier 2025-07-29 11:15:07 -04:00
parent f1f482f3d6
commit fb36c54bd8

1
.gitattributes vendored
View File

@ -1 +1,2 @@
subprojects/packagefiles/*/*.patch text eol=lf
subprojects/gst-devtools/dots-viewer/static/dist/** binary