Created
July 9, 2015 04:02
-
-
Save oreillyross/5e96295867b9969cf019 to your computer and use it in GitHub Desktop.
.gitignore for Scala
This file contains hidden or 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 | |
.cache | |
.history | |
.lib/ | |
dist/* | |
target/ | |
lib_managed/ | |
src_managed/ | |
project/boot/ | |
project/plugins/project/ | |
# Scala-IDE specific | |
.scala_dependencies | |
.worksheet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment