Skip to content

.gitattributes file: detect project as Markdown (1-Beginner) #682

@seanpm2001

Description

@seanpm2001

Is your feature request related to a problem? Please describe.

This project has no language associated with it in the GitHub linguist, but consists almost entirely of Markdown content.

Describe the solution you'd like

Create a .gitattributes file with the following contents:

# Markdown
*.md linguist-detectable=true
*.md linguist-documentation=false

Describe alternatives you've considered

No other alternatives are available on GitHub.

Additional context

It feels like an incomplete project without an associated language. Recognizing as Markdown can also slightly boost project recognition, and will make the project feel more complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions