This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 4517dec0eb88cd17a86830af10979f32a3f27938 Author: Stephan Ewen <[email protected]> AuthorDate: Mon Jun 15 23:55:53 2020 +0200 [hotfix] Remove obsolete .gitattributes file This contained entries about bat scripts and vendored files from the old web UI. Both are not part of Flink any more. --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ecc9cf2..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -*.bat text eol=crlf -flink-runtime-web/web-dashboard/web/* linguist-vendored -diff -
