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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 89be31c  Fix gitignore for Metals via VS Code usage. (#266)
89be31c is described below

commit 89be31c7e4791c7453cad987d4dbaf52af2ad995
Author: Siyavash Habashi <[email protected]>
AuthorDate: Sun Feb 9 10:58:01 2025 +0100

    Fix gitignore for Metals via VS Code usage. (#266)
---
 .gitignore | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4caae33..9583db9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,5 +11,13 @@ target
 .bsp
 *.code-workspace
 .bloop
-.metals
 dumps
+
+# Metals
+.bloop
+.metals
+metals.sbt
+project/project
+
+# VS Code
+.vscode


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to