From 353ccf1f3f01b787ab64144ab97f9fc29add00ff Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Mon, 30 Aug 2021 16:01:37 +0300 Subject: [PATCH] Make this a Rust project once again Subfolders were not ignored. Docs: https://github.com/github/linguist/blob/0c7f82f88a2fb482db3a02812cbb4b8aab7308d1/docs/overrides.md#vendored-code --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3071611e2..27a9251ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -Lib/* linguist-vendored +Lib/** linguist-vendored