From 2898e23df6a914ab4da04322fe0f9f147c3a6c7c Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Wed, 2 Oct 2019 17:22:29 +0200 Subject: [PATCH] Hide generated JS code from diffs and stats --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e3d66f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Hide generated JS code from diffs and language stats +lib/*.js linguist-generated=true