-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
50 lines (39 loc) · 1.03 KB
/
.gitignore
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
46
47
48
49
.DS_Store
*.class
*.log
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
# Intellij
.idea*
# local storage
/storage
# local executable dir
jars
# docker tmp files
docker/serene-*
#
metastore_db
# files created by matcher...
matcher/dirstruct/semantic_type_classifier/repo/eval/results-averaged-over-classes.csv
matcher/dirstruct/semantic_type_classifier/repo/eval/results-averaged-over-reps.csv
matcher/dirstruct/semantic_type_classifier/repo/eval/results-detailed.csv
matcher/dirstruct/semantic_type_classifier/repo/eval/results-for-trainsize-0.20-testsize-0.40-rep-1
matcher/dirstruct/semantic_type_classifier/repo/eval/results-for-trainsize-0.40-testsize-0.40-rep-1
matcher/dirstruct/semantic_type_classifier/repo/eval/results-for-trainsize-0.60-testsize-0.40-rep-1
core/src/test/resources/soccer/
matcher/copy_build.sbt
matcher/src/main/resources/log4j.properties
project/project/
project/Build.scala
docker/conf/