Revision 8d9c79c5e141a5d7fa7494d43dde0e0503bd996f authored by Raphaƫl Cauderlier on 03 February 2020, 20:33:42 UTC, committed by Pierre Boutillier on 11 February 2020, 13:00:53 UTC
See #674.

Main changes:
- More structure
- Added links to installation, getting started, and contribution instructions
- Added a remark on the protocol
- Remove the list of external links because we fail to maintain it
up-to-date and we already have a similar list in the documentation.
1 parent b24e55f
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.*

**/dune-project

**/*.install
**/.merlin

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

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

.idea

## Not in .gitignore

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