We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 28f1187Copy full SHA for 28f1187
.gitignore
@@ -0,0 +1,17 @@
1
+*.class
2
+*.log
3
+
4
+# sbt specific
5
+.cache
6
+.history
7
+.lib/
8
+dist/*
9
+target/
10
+lib_managed/
11
+src_managed/
12
+project/boot/
13
+project/plugins/project/
14
15
+# Scala-IDE specific
16
+.scala_dependencies
17
+.worksheet
README.md
@@ -0,0 +1,2 @@
+# scala-js-env-selenium
+Scala.js environment
0 commit comments