florinpop17 / app-ideas

A Collection of application ideas which can be used to improve your coding skills.
https://iCodeThis.com/?ref=app-ideas
MIT License
76.23k stars 9.23k forks source link

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

Open seanpm2001 opened 1 year ago

seanpm2001 commented 1 year ago

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.

ShambhavII-Singh commented 9 months ago

Hi can you assign this to me