Skip to content

Commit

Permalink
tell linguist to ignore meta files
Browse files Browse the repository at this point in the history
It should ignore things like configuration files...
  • Loading branch information
docwhat committed Oct 13, 2024
1 parent 35e9562 commit 6d9ac8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration files for Markdown Lint
.mdlrc linguist-vendored
.mdlstyle.rb linguist-vendored

# Scripts for managing the build, not the actual tool.
script/* linguist-vendored

# EOF

0 comments on commit 6d9ac8d

Please sign in to comment.