class GitAttributes

def create_vendored_attribute_file(path)

def create_vendored_attribute_file(path)
  create_gitattributes_file(path, <<~CONTENT)
    **/*.rbi linguist-vendored=true
  CONTENT
end