Skip to content

Commit

Permalink
[FLINK-5485] [webfrontend] Mark compiled web frontend files as binary…
Browse files Browse the repository at this point in the history
… 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 apache#3122
  • Loading branch information
greghogan authored and StephanEwen committed Jan 16, 2017
1 parent c2f28c0 commit faee74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit faee74e

Please sign in to comment.