aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8e20ea6256d2d3125ad55270aa8049e337b08bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.class
*.log

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
.project
.classpath
.cache
.settings/