From 9fbe42683a23eac8a5c479cd640c5bf8044c9185 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 17 Oct 2018 23:18:51 +0200 Subject: [PATCH] Add .gitattributes file This ignores HTML (test data) so the repository is considered to use JavaScript instead of HTML on GitHub. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c5ef83d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/*.html linguist-detectable=false