Add linguist-vendored attribute for .gd files in .gitattributes

This commit is contained in:
2025-08-23 17:18:21 +02:00
parent f840b98fd0
commit 283adc02c9

1
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
# Normalize EOL for all files that Git considers text files. # Normalize EOL for all files that Git considers text files.
* text=auto eol=lf * text=auto eol=lf
addons/* linguist-vendored addons/* linguist-vendored
*.gd linguist-vendored