Skip to content

Create .gitattributes - #512

Open
Chintanpatel24 wants to merge 1 commit into
dypsilon:masterfrom
Chintanpatel24:master
Open

Create .gitattributes#512
Chintanpatel24 wants to merge 1 commit into
dypsilon:masterfrom
Chintanpatel24:master

Conversation

@Chintanpatel24

@Chintanpatel24 Chintanpatel24 commented Jun 9, 2026

Copy link
Copy Markdown

created a .gitattributes to label markdown as a language

Copilot AI review requested due to automatic review settings June 9, 2026 13:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a .gitattributes file to control how GitHub Linguist classifies Markdown files, likely to ensure .md files are included in repository language detection/stats rather than treated as documentation.

Changes:

  • Introduces Linguist overrides for *.md files.
  • Explicitly marks Markdown as not vendored/generated/documentation and detectable.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .gitattributes
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false
*.md linguist-detectable=true
Comment thread .gitattributes
Comment on lines +1 to +4
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false
*.md linguist-detectable=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants