scala/scala-parser-combinators

.gitignore missing exclusions for recent sbt and for vscode/metals/bloop.

martingd opened this issue · 1 comments

The current .gitignore file is missing exclusions for recent sbt:

/.bsp/

and for vscode with metals and bloop:

.bloop/
/.metals/
/.vscode/
/project/**/metals.sbt

fixed in #404.