From 4e049de61aa16e74fd4e4a7c74b940bf6a3909c5 Mon Sep 17 00:00:00 2001 From: Adam Pash Date: Fri, 27 Jan 2017 10:26:03 -0800 Subject: [PATCH] fix: i put a bad comment in .gitattributes (#125) * marking html fixtures as "vendored" * fix: bad comment --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1768272e..ddea4b07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -// All html files are fixtures, so marking as vendored -// so Linguist (https://github.com/github/linguist) -// ignores them for the purpose of language detection +# All html files are fixtures, so marking as vendored +# so Linguist (https://github.com/github/linguist) +# ignores them for the purpose of language detection *.html linguist-vendored