-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
33 lines (31 loc) · 855 Bytes
/
.dockerignore
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
# flyctl launch added from .gitignore
**/pom.xml
**/*jar
classes
.lein-deps-sum
.lein-failures
.lein-repl-history
.nrepl-port
.lein-env
checkouts
.env
target
# flyctl launch added from checkouts/gridref/.gitignore
checkouts/gridref/target
checkouts/gridref/classes
checkouts/gridref/checkouts
checkouts/gridref/**/pom.xml
checkouts/gridref/**/pom.xml.asc
checkouts/gridref/**/*.jar
checkouts/gridref/**/*.class
checkouts/gridref/.lein-*
checkouts/gridref/.nrepl-port
# flyctl launch added from checkouts/ring-middleware-format/.gitignore
checkouts/ring-middleware-format/**/pom.xml*
checkouts/ring-middleware-format/**/*jar
checkouts/ring-middleware-format/lib
checkouts/ring-middleware-format/classes
checkouts/ring-middleware-format/target
checkouts/ring-middleware-format/**/.lein-failures
checkouts/ring-middleware-format/**/.lein-deps-sum
fly.toml