This is an automated email from the ASF dual-hosted git repository. fanrui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 9bdd3a44da5dab674da962014b933eac2e2fbee4 Author: Gustavo de Morais <[email protected]> AuthorDate: Tue Apr 7 16:57:58 2026 +0200 [hotfix] Remove redundant logs.zip entry from .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b839298d20..cd54d67114c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ scalastyle-output.xml .version.properties .spotless-index-file filter.properties -logs.zip .mvn/wrapper/*.jar .mvn/maven.config target
