This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 82afd1e0a4860ea545c01a109a199d6c52b02169 Author: Sebastian Baunsgaard <[email protected]> AuthorDate: Mon Feb 16 15:46:15 2026 +0000 [MINOR] Add gitignore for metals For some Ids a metals directory is automatically created. It is scala specific, and therefore i added a gitignore for it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5de697a37e..acb9435ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,9 @@ maven-eclipse.xml # vscode .vscode +# Metals (Scala LSP) +.metals/ + # checksum files *.crc
