Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created June 27, 2014 07:36
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save owainlewis/152b4a370ca8423e1c9f to your computer and use it in GitHub Desktop.
Save owainlewis/152b4a370ca8423e1c9f to your computer and use it in GitHub Desktop.
Scala gitignore
*.class
*.log
# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea
@wjrmffldrhrl
Copy link

How about .bsp?

It contains sbt.json like this

{
  "name": "sbt",
  "version": "1.4.7",
  "bspVersion": "2.0.0-M5",
  "languages": [
    "scala"
  ],
  "argv": [
    "C:\\Program Files\\Java\\jdk1.8.0_261\\jre/bin/java",
    "-Xms100m",
    "-Xmx100m",
    "-classpath",
    "C:/Users/wjrmf/AppData/Roaming/JetBrains/IntelliJIdea2020.3/plugins/Scala/launcher/sbt-launch.jar",
    "xsbt.boot.Boot",
    "-bsp"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment