[FLINK-5485] [webfrontend] Mark compiled web frontend files as binary when 
processed by git diff

Particularly beneficial now that javascript is minified, we can mark
compiled web frontend files as binary when processed by git diff.
  https://linux.die.net/man/5/gitattributes

This does not affect how files are displayed by github.

This closes #3122


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6b3c6834
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6b3c6834
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6b3c6834

Branch: refs/heads/release-1.2
Commit: 6b3c683450eb7aee1c9c65be75a0fddb06cea2ce
Parents: 30b467f
Author: Greg Hogan <c...@greghogan.com>
Authored: Fri Jan 13 13:33:29 2017 -0500
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Jan 16 15:37:39 2017 +0100

----------------------------------------------------------------------
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6b3c6834/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index b68afa6..ecc9cf2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,3 @@
 *.bat text eol=crlf
-flink-runtime-web/web-dashboard/web/* linguist-vendored
+flink-runtime-web/web-dashboard/web/* linguist-vendored -diff
 

Reply via email to