Files
lotus/.gitignore
Piotr Galar a6fd2eb86b feat: ci: automate the new release process (#12096)
Co-authored-by: Phi-rjan <orjan.roren@gmail.com>
2024-07-25 16:59:05 +10:00

67 lines
987 B
Plaintext

/lotus
/lotus-miner
/lotus-worker
/lotus-seed
/lotus-health
/lotus-chainwatch
/lotus-shed
/lotus-sim
/sptool
/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
devgen.car
localnet.json
/*.ndjson
*-fuzz.zip
/chain/types/work_msg/
bin/ipget
bin/tmp/*
.idea
.vscode
scratchpad
build/builtin-actors/v*
build/builtin-actors/*.car
dist/
darwin_amd64_v1/
darwin_arm64/
darwin_all/
linux_amd64_v1/
xx*
release_body.md
# 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
!extern/test-vectors