From e52e1472eec0bc47403424ac9c513bf3ccac080e Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 2 Feb 2022 00:40:43 -0500 Subject: [PATCH] Mark libraries as vendored for Linguist --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a625d00 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +src/static/control_panel/lib/* linguist-vendored \ No newline at end of file