Skip to content

Commit

Permalink
Update .gitignore to include Metals generated folders to support VSCo…
Browse files Browse the repository at this point in the history
…de-based IDEs (#3180)

Add Scala([Metals](https://github.com/scalameta/metals)) generated folders to gitignore to support VSCode and Cursor IDE. Metals is a popular plugin for VSCode-based IDE to develop scala applications.
  • Loading branch information
shengquan-ni authored Dec 30, 2024
1 parent 0414544 commit 2c028f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,10 @@ StoredCredential*
**/apache2/
**/Apache24/
**/php/
Composer-Setup.exe
Composer-Setup.exe

# Ignoring folders generated by vscode IDE
.metals/
.bloop/
.ammonite/
metals.sbt

0 comments on commit 2c028f8

Please sign in to comment.