Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 84c40de

Browse files
committed
Merge branch 'release/0.6.0'
2 parents fd7b933 + 54a9d8d commit 84c40de

File tree

5 files changed

+162
-557
lines changed

5 files changed

+162
-557
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
pom.xml.versionsBackup
55

6+
*.bak
7+
68
# sbt specific
79
.cache
810
.history
@@ -21,5 +23,17 @@ project/plugins/project/
2123
*.iml
2224
*.swp
2325

26+
# eclipse conf file
27+
.settings
28+
.classpath
29+
.project
30+
.manager
31+
.scala_dependencies
32+
.cashe
33+
.cache-main
34+
.cache-tests
35+
.classpath
36+
37+
2438
# Scala style checker
2539
*/scalastyle-output.xml

0 commit comments

Comments
 (0)