We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218d13c commit 68e7079Copy full SHA for 68e7079
.gitignore
@@ -0,0 +1,26 @@
1
+*.class
2
+*.log
3
+
4
+# sbt specific
5
+.cache
6
+.cache-main
7
+.cache-tests
8
+.history
9
+.lib/
10
+dist/*
11
+target/
12
+lib_managed/
13
+src_managed/
14
+project/boot/
15
+project/plugins/project/
16
17
+# Ignore Eclipse files
18
+.project
19
+.classpath
20
+.prefs
21
+.settings
22
23
+# Scala-IDE specific
24
+.scala_dependencies
25
+.worksheet
26
+/bin/
0 commit comments