From 53e1e302d50fd8469aa8462014b29dcb1f3ce862 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Mon, 16 Jan 2023 23:57:55 -0500 Subject: [PATCH] Register Dockerfile.* as Dockerfiles for Linguist (#694) This allows GitHub Linguist to generate slightly more accurate language stats for this repository, and also enable syntax highlighting in the GitHub web UI. Due to caching, it may take a few days for this change to have a visible effect on github.com. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..39a109d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Dockerfile.* linguist-language=Dockerfile