Skip to content

Commit faee74e

Browse files
greghoganStephanEwen
authored andcommitted
[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 apache#3122
1 parent c2f28c0 commit faee74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.bat text eol=crlf
2-
flink-runtime-web/web-dashboard/web/* linguist-vendored
2+
flink-runtime-web/web-dashboard/web/* linguist-vendored -diff
33

0 commit comments

Comments
 (0)