Skip to content

Create .gitattributes#662

Open
Chintanpatel24 wants to merge 1 commit into
VoltAgent:mainfrom
Chintanpatel24:main
Open

Create .gitattributes#662
Chintanpatel24 wants to merge 1 commit into
VoltAgent:mainfrom
Chintanpatel24:main

Conversation

@Chintanpatel24

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:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 override GitHub Linguist classification for Markdown files so they’re treated as detectable, non-generated, non-vendored, and non-documentation.

Changes:

  • Introduces .gitattributes entries for *.md to explicitly set Linguist flags.
  • Forces Markdown files to be “detectable” and not counted as documentation/generated/vendored.

💡 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants