Commit 50f536222b6576a4204b980978d6094770a21038

Edward Thomson 2021-01-22T11:22:53

meta: tell "linguist" that the test resources are vendored Our test resources shouldn't count toward our language statistics. We have some PHP checked in to the test resources, but I assure you that we do not have any production code in PHP and we shouldn't be blamed for the test data.

1
2
3
4
5
6
7
diff --git a/.gitattributes b/.gitattributes
index 176a458..3d90b7d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
 * text=auto
+tests/resources/** linguist-vendored