Skip to content

Commit dcafa45

Browse files
author
JeanMarc van Leerdam
committed
ignore .bloop and .bsp folders
1 parent a7a9336 commit dcafa45

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.bloop/
2+
.bsp/
13
.DS_Store
24
.idea/
35
target/

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
22
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
3+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.13")

0 commit comments

Comments
 (0)