Created
February 24, 2020 19:03
-
-
Save nsuthison/108f6ea0cad67044662e3e8e7c5aa953 to your computer and use it in GitHub Desktop.
gitignore for scala project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.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