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
.dockerignore

## /!\ /!\ Update .gitignore accordingly /!\ /!\

.DS_Store
__pycache__
**/*.pyc

_build
_opam
_docker_build
docs/_build
docs/api/tezos-client.html
docs/api/tezos-admin-client.html

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

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

**/*~
**/\#*\#

**/*.rej
**/*.orig

.idea

## Not in .gitignore

.git
.gitignore
.gitlab-ci.yml
back to top