https://gitlab.com/tezos/tezos
Revision 9e5e8548675f2301c78132a2eda22d2fd61bbc60 authored by Romain Bardou on 16 June 2020, 08:45:28 UTC, committed by Pierre Boutillier on 16 June 2020, 09:13:09 UTC
Signed-off-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com>
1 parent e012665
Raw File
Tip revision: 9e5e8548675f2301c78132a2eda22d2fd61bbc60 authored by Romain Bardou on 16 June 2020, 08:45:28 UTC
EOL: Alphanet test network has reached end of life
Tip revision: 9e5e854
.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-protocol-compiler
/tezos-client
/tezos-admin-client
/tezos-baker-*
/tezos-endorser-*
/tezos-accuser-*
/tezos-signer
/tezos-sandbox
/*-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.*

dune-project
*.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
back to top