We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765582c commit acc5bb0Copy full SHA for acc5bb0
.gitignore
@@ -8,6 +8,7 @@
8
9
target
10
out
11
+.bloop
12
13
*.sjsir
14
*.class
build.sbt
@@ -149,6 +149,7 @@ lazy val commons = project.in(file("."))
149
commonSettings,
150
noPublishSettings,
151
name := "commons",
152
+ ideExcludedDirectories := Seq(baseDirectory.value / ".bloop"),
153
scalacOptions in ScalaUnidoc in unidoc += "-Ymacro-expand:none",
154
unidocProjectFilter in ScalaUnidoc in unidoc :=
155
inAnyProject -- inProjects(
0 commit comments