aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 21ca5f8f4e5d3ad83755796aeaeb03d9ac1fce8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.class
*.log
.history
*.sc

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

# Scala-IDE specific
.scala_dependencies
.idea
.idea_modules

# Intellij
.idea/
*.iml
*.iws

_site