17d220524c
The .dockerignore file is symlinked to the .gitignore file, and checked in files should not be removed from our docker context otherwise they result in dirty git state when we build our images.
55 lines
836 B
Plaintext
55 lines
836 B
Plaintext
/lotus
|
|
/lotus-miner
|
|
/lotus-worker
|
|
/lotus-seed
|
|
/lotus-health
|
|
/lotus-chainwatch
|
|
/lotus-shed
|
|
/lotus-sim
|
|
/lotus-townhall
|
|
/lotus-fountain
|
|
/lotus-stats
|
|
/lotus-bench
|
|
/lotus-gateway
|
|
/lotus-pcr
|
|
/lotus-wallet
|
|
/lotus-keygen
|
|
/docgen-md
|
|
/docgen-openrpc
|
|
/bench.json
|
|
/cmd/lotus-townhall/townhall/node_modules
|
|
/cmd/lotus-townhall/townhall/build
|
|
/cmd/lotus-townhall/townhall/package-lock.json
|
|
extern/filecoin-ffi/rust/target
|
|
**/*.a
|
|
**/*.pc
|
|
/**/*/.DS_STORE
|
|
.DS_STORE
|
|
build/.*
|
|
build/paramfetch.sh
|
|
/vendor
|
|
/blocks.dot
|
|
/blocks.svg
|
|
/chainwatch.db
|
|
/bundle
|
|
/darwin
|
|
/linux
|
|
*.snap
|
|
|
|
*-fuzz.zip
|
|
/chain/types/work_msg/
|
|
bin/ipget
|
|
bin/tmp/*
|
|
.idea
|
|
scratchpad
|
|
|
|
build/builtin-actors/v*
|
|
build/builtin-actors/*.car
|
|
|
|
dist/
|
|
|
|
|
|
# The following files are checked into git and result
|
|
# in dirty git state if removed from the docker context
|
|
!extern/filecoin-ffi/rust/filecoin.pc
|