-
Notifications
You must be signed in to change notification settings - Fork 88
/
.dockerignore
24 lines (24 loc) · 1.28 KB
/
.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
**/target
*/target
.git/
README.md
!target/x86_64-unknown-linux-gnu/debug/golem-shard-manager
!target/x86_64-unknown-linux-gnu/debug/worker-executor
!target/x86_64-unknown-linux-gnu/debug/golem-component-service
!target/x86_64-unknown-linux-gnu/debug/golem-component-compilation-service
!target/x86_64-unknown-linux-gnu/debug/golem-worker-service
!target/x86_64-unknown-linux-gnu/release/golem-shard-manager
!target/x86_64-unknown-linux-gnu/release/worker-executor
!target/x86_64-unknown-linux-gnu/release/golem-component-service
!target/x86_64-unknown-linux-gnu/release/golem-component-compilation-service
!target/x86_64-unknown-linux-gnu/release/golem-worker-service
!target/aarch64-unknown-linux-gnu/debug/golem-shard-manager
!target/aarch64-unknown-linux-gnu/debug/worker-executor
!target/aarch64-unknown-linux-gnu/debug/golem-component-compilation-service
!target/aarch64-unknown-linux-gnu/debug/golem-component-service
!target/aarch64-unknown-linux-gnu/debug/golem-worker-service
!target/aarch64-unknown-linux-gnu/release/golem-shard-manager
!target/aarch64-unknown-linux-gnu/release/worker-executor
!target/aarch64-unknown-linux-gnu/release/golem-component-service
!target/aarch64-unknown-linux-gnu/release/golem-component-compilation-service
!target/aarch64-unknown-linux-gnu/release/golem-worker-service