forked from mdedetrich/pekko-streams-circe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (36 loc) · 923 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by .ignore support plugin (hsz.mobi)
### Scala template
*.class
*.log
### SBT template
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/
http-json/dist/*
http-json/lib_managed/
http-json/src_managed/
http-json/project/boot/
http-json/project/plugins/project/
stream-json/dist/*
stream-json/lib_managed/
stream-json/src_managed/
stream-json/project/boot/
stream-json/project/plugins/project/
support/http-circe/dist/*
support/http-circe/lib_managed/
support/http-circe/src_managed/
support/http-circe/project/boot/
support/http-circe/project/plugins/project/
support/stream-circe/dist/*
support/stream-circe/lib_managed/
support/stream-circe/src_managed/
support/stream-circe/project/boot/
support/stream-circe/project/plugins/project/