Skip to content

Commit f899b08

Browse files
committed
Scala/PlayFramework client moved into its own folder
1 parent 797c9b2 commit f899b08

File tree

130 files changed

+157
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+157
-114
lines changed

.gitignore

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,3 @@
55
!.gitignore
66
!.bowerrc
77

8-
# Ignore Play! working directory #
9-
db
10-
eclipse
11-
lib
12-
log
13-
logs
14-
modules
15-
precompiled
16-
project/project
17-
project/target
18-
target
19-
tmp
20-
test-result
21-
server.pid
22-
*.iml
23-
*.eml
24-
conf/twitter.conf
25-
bin
26-
activator-sbt-atmos-play-shim.sbt
27-
activator-sbt-eclipse-shim.sbt
28-
activator-sbt-idea-shim.sbt
29-
30-
public/scala-js/
31-
32-
public/build/

README.md

Lines changed: 20 additions & 68 deletions

Scala-Play-SSE/.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
2+
# Ignore all dotfiles...
3+
.*
4+
# except for .gitignore and .bowerrc
5+
!.gitignore
6+
!.bowerrc
7+
8+
# Ignore Play! working directory #
9+
db
10+
eclipse
11+
lib
12+
log
13+
logs
14+
modules
15+
precompiled
16+
project/project
17+
project/target
18+
target
19+
tmp
20+
test-result
21+
server.pid
22+
*.iml
23+
*.eml
24+
conf/twitter.conf
25+
bin
26+
activator-sbt-atmos-play-shim.sbt
27+
activator-sbt-eclipse-shim.sbt
28+
activator-sbt-idea-shim.sbt
29+
30+
public/scala-js/
31+
32+
public/build/
File renamed without changes.

Scala-Play-SSE/README.md

Lines changed: 84 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)