在 GitHub 上的文档中linguist
,关于使用文件的部分.gitattributes
说路径可以标记为已售出,因此在存储库的统计跟踪中被忽略,其中:
special-vendored-path/* linguist-vendored
但是,是否可以让语言学家将目录标记为已供应商,而这些目录可能嵌套在包含非供应商代码的目录中?
我尝试添加一条样式为*/special-vendored-path/* linguist-vendored
my的行.gitattributes
,但这并没有导致 GitHub 代码比例信息发生变化。