X Tutup
The Wayback Machine - https://web.archive.org/web/20210210103956/https://github.com/github/gitignore/pull/3585
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore BSP directory #3585

Open
wants to merge 1 commit into
base: master
from
Open

Ignore BSP directory #3585

wants to merge 1 commit into from

Conversation

@steinybot
Copy link

@steinybot steinybot commented Nov 29, 2020

Reasons for making this change:

Ignore the new .bsp/ directory that is created by sbt 1.4.0 and later.

Links to documentation supporting these rule changes:

https://www.scala-sbt.org/1.x/docs/Combined+Pages.html#Build+server+protocol+%28BSP%29+support

sbt 1.4.0 adds build server protocol (BSP) support, contributed by Scala Center. Main implementation was done by Adrien Piquerez (@adpi2) based on @eed3si9n’s prototype.

When sbt 1.4.0 starts, it will create a file named .bsp/sbt.json containing a machine-readable instruction on how to run sbt -bsp, which is a command line program that uses standard input and output to communicate to sbt server using build server protocol.

Confirmation from Adrien (the main implementer) that .bsp should be ignored: https://gitter.im/sbt/sbt?at=5fc34d888c7c4215bb9726ef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
X Tutup