chore(gitattributes): Tell Github Linguist to ignore default.nix

The `default.nix` in this repository contains generated code and skews
Github's language statistics. While I'm a big fan of Nix, Converse is
certainly not 80% written in Nix ;-)
This commit is contained in:
Vincent Ambo 2018-04-24 16:02:37 +02:00 committed by Vincent Ambo
parent 9adacf8696
commit 0d23a04daf

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
default.nix linguist-generated=true