From c93dcc948a6e7f43755e1f190ddd272cda028ac6 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Mon, 28 Aug 2023 10:54:36 -0700 Subject: [PATCH] Exclude tests data file from programming stats on Github Git tag tests/data files with the linguist-vendored attribute to prevent github from including them in stats. Otherwise Khoj is getting marked as an HTML project due to the tardigrades html page in tests data, when it's primarily a python project currently --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8c559a7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Exclude tests data file from programming stats on Github +tests/data/** linguist-vendored