Skip to content

Ignore BSP directory #3585

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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

@generalmimon
Copy link

Duplicate of #3552 and #3561 - however, this PR has probably the best justification of all three.

@steinybot
Copy link
Author

Attempting to get this (back) into toptal/gitignore#461 instead

Copy link

github-actions bot commented Jun 1, 2025

This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open 😄

@github-actions github-actions bot added the stale label Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants