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
This commit is contained in:
Debanjum Singh Solanky 2023-08-28 10:54:36 -07:00
parent 59ffd1dc94
commit c93dcc948a

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Exclude tests data file from programming stats on Github
tests/data/** linguist-vendored