Skip to content

Commit 4e049de

Browse files
authoredJan 27, 2017
fix: i put a bad comment in .gitattributes (#125)
* marking html fixtures as "vendored" * fix: bad comment
1 parent 8aa215c commit 4e049de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// All html files are fixtures, so marking as vendored
2-
// so Linguist (https://github.com/github/linguist)
3-
// ignores them for the purpose of language detection
1+
# All html files are fixtures, so marking as vendored
2+
# so Linguist (https://github.com/github/linguist)
3+
# ignores them for the purpose of language detection
44
*.html linguist-vendored

0 commit comments

Comments
 (0)