This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new fda7de03d45 [hotfix][infra] Add .metals and .bloop into .gitignore
(#27480)
fda7de03d45 is described below
commit fda7de03d45a3c7ebc61fd52a2f313d31123df93
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 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index a6875abb09e..942fe04e28f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,10 @@ scalastyle-output.xml
.idea/*
!.idea/vcs.xml
!.idea/icon.png
+.vscode
+.metals
+.bloop
+.cursor
.metadata
.settings
.project