From 1c4f1d8176e5f2baaf24ee6100ccd6fe3a61e394 Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Sun, 5 Sep 2021 11:05:49 +0900 Subject: [PATCH] Create .gitattributes to override repository language https://github.com/github/linguist/blob/master/docs/overrides.md --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..558332e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +markdownserver/resources/html/sample.md.html linguist-documentation +markdownserver/resources/css/github.css linguist-vendored