aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f3a3c8e3239b7729f55d28e318a933cf156a9521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# sbt specific
target/

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

# IntelliJ specific
.idea/
*.iml

# Ensime
.ensime
.ensime_cache

# Temporary files
*~