Skip to content

Create .gitattributes#1744

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

Create .gitattributes#1744
Chintanpatel24 wants to merge 1 commit into
enaqx:masterfrom
Chintanpatel24:master

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

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 in the repository (vendored/generated/documentation/detectable flags).

Changes:

  • Introduces .gitattributes entries for *.md to override Linguist classification.
  • Forces Markdown files to be detectable and not treated as vendored, generated, or documentation.

💡 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
Comment thread .gitattributes
@@ -0,0 +1,4 @@
*.md linguist-vendored=false
*.md linguist-generated=false
*.md linguist-documentation=false
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