This is an automated email from the ASF dual-hosted git repository.

panyuepeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new d141ad7ab86 [hotfix][infra] Add .metals and .bloop into .gitignore 
(#27480)
d141ad7ab86 is described below

commit d141ad7ab86dcddc5937dce52f1657bae6ded2ed
Author: David Radley <[email protected]>
AuthorDate: Wed Jan 28 14:48:11 2026 +0000

    [hotfix][infra] Add .metals and .bloop into .gitignore (#27480)
    
    Signed-off-by: davidradl <[email protected]>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 59d1c19f8a9..ff2c78719c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@ scalastyle-output.xml
 !.idea/vcs.xml
 !.idea/icon.png
 .vscode
+.metals
+.bloop
 .cursor
 .metadata
 .settings

Reply via email to