Revision 1f030c40d22fdde4faae3316fc468a10e0af268c authored by Romain Bardou on 07 May 2020, 13:29:31 UTC, committed by Pierre Boutillier on 07 May 2020, 15:21:10 UTC
`--data-dir` is probably one of the most used command-line options if you
have more than one data-directory or if you're not using the default one,
especially with the multinetwork node.
So I believe it is worth it to have a short-hand for it: `-d`.
1 parent 2efc285
Raw File
.gitignore

## /!\ /!\ Update .dockerignore accordingly /!\ /!\

.DS_Store
__pycache__
*.pyc

/_build
/_opam
/_docker_build
/docs/_build
/docs/api/tezos-client.html
/docs/api/tezos-admin-client.html
/docs/api/tezos-signer.html
/docs/api/tezos-accuser-alpha.html
/docs/api/tezos-baker-alpha.html
/docs/api/tezos-endorser-alpha.html

/tezos-node
/tezos-validator
/tezos-protocol-compiler
/tezos-client
/tezos-admin-client
/tezos-baker-*
/tezos-endorser-*
/tezos-accuser-*
/tezos-signer
/tezos-sandbox
/tezos-codec

/src/proto_*/parameters/*-parameters.json

/scripts/opam-test-all.sh.DONE
/scripts/create_genesis/src

/docs/introduction/readme.rst
/docs/api/errors.rst
/docs/api/rpc.rst
/docs/api/p2p.rst

/src/bin_client/test/LOG.*
/_coverage_output/*.coverage
/_coverage_report

*.install
.merlin

*~
\#*\#
.\#*
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

*.rej
*.orig

.idea
back to top