aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 416a12effd2418ef45054cd8c1183e6067baa090 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*.DS_Store
*.class
*.log
*.swp
*~

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/local-plugins.sbt
.history

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

# idea
.idea
.idea_modules
/.worksheet/

# Partest
dotty.jar
tests/partest-generated/
tests/locks/
/test-classes/

# Used in tests
scala-scala

# Ignore output files but keep the directory
out/
build/
!out/.keep

# Ignore build-file
.packages