Skip to content

Instantly share code, notes, and snippets.

@nsuthison
Created February 24, 2020 19:03
Show Gist options
  • Save nsuthison/108f6ea0cad67044662e3e8e7c5aa953 to your computer and use it in GitHub Desktop.
Save nsuthison/108f6ea0cad67044662e3e8e7c5aa953 to your computer and use it in GitHub Desktop.
gitignore for scala project
*.class
*.log
# sbt specific
.bloop/
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea
### Metal on VSCode
.metals/
metals.sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment