Skip to content

Commit

Permalink
fix github language detection (#41)
Browse files Browse the repository at this point in the history
documentation is ignored by default, but since our entire "content" is in the docs folder (by design), override in liguist settings.
  • Loading branch information
mroth authored and jdville03 committed Nov 2, 2018
1 parent 3f9ed87 commit 51babc1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
# GitHub's language detection attempts to auto-ignore documentation, but since
# the purpose of this repository is documentation, we should distinguish between
# the meta-docs for this repo, and the "content" itself.

# Disable documentation flag for /docs directory
docs/* linguist-documentation=false

# Markdown files are considered "prose" rather than "markup", and thus not
# detectable by default
docs/**/*.md linguist-detectable=true

0 comments on commit 51babc1

Please sign in to comment.