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

davidrad pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git


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

commit 15a5498eda32feafc4ae6c30b13714454721ec42
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