Revision 94f779a7517f04d1786d710b0b8deea7a9c1f762 authored by Pierre Boutillier on 23 October 2019, 16:01:38 UTC, committed by Romain Bardou on 25 October 2019, 09:40:21 UTC
As 'master' is the only case where the documentation is published, files are put
the root of the repository instead of the in the master/ sub directory.
1 parent 0e05f8e
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-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

## Not in .gitignore

.git
.gitignore
.gitlab-ci.yml

back to top