forked from movementlabsxyz/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
43 lines (38 loc) · 1.21 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# list of files to ignore from docker's perspective
# The more we can exclude the higher likelihood we can reuse cached layers
# exclude everything
**/*
# explicitly include stuff we actually need via negation
!docker/build-rust-all.sh
!docker/builder/*.sh
!docker/tools/boto.cfg
!.cargo/
!**/Cargo.toml
!**/Cargo.lock
!**/*.mv
!**/*.rs
!**/*.mrb
!**/*.errmap
!config/src/config/test_data
!aptos-move/aptos-gas-profiling/templates/
!aptos-move/aptos-release-builder/data/release.yaml
!aptos-move/aptos-release-builder/data/proposals/*
!aptos-move/framework/
!aptos-move/move-examples/hello_blockchain/
!crates/aptos/src/move_tool/*.bpl
!crates/aptos/src/node/local_testnet/hasura_metadata.json
!crates/aptos-faucet/doc/
!api/doc/
!crates/indexer/migrations/**/*.sql
!ecosystem/indexer-grpc/indexer-grpc-parser/migrations/**/*.sql
!ecosystem/nft-metadata-crawler-parser/migrations/**/*.sql
!rust-toolchain.toml
!scripts/
!terraform/helm/aptos-node/
!terraform/helm/genesis/
!testsuite/forge/src/backend/k8s/
!third_party/move/move-prover/boogie-backend/**/*.bpl
!testsuite/testcases/src/data/
!types/src/jwks/rsa/insecure_test_jwk.json
!types/src/jwks/rsa/secure_test_jwk.json
!types/src/jwks/rsa/insecure_test_jwk_private_key.pem