Skip to content

Commit b2b24d5

Browse files
committed
Initial commit
0 parents  commit b2b24d5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# spark
2+
Playing around with Spark

0 commit comments

Comments
 (0)