From 18089e65d8e12eb5fca643376aa27406ea0ef3a5 Mon Sep 17 00:00:00 2001 From: Matthew Daly Date: Sun, 19 Oct 2014 14:01:29 +0100 Subject: [PATCH] Amended .gitattributes so GitHub will select Python as the repo language --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6b08722 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.css linguist-language=Python +*.js linguist-language=Python