Revision c04690c5aecaf313202447004cc283b01c6d4639 authored by Tomáš Zemanovič on 28 November 2019, 11:11:57 UTC, committed by Raphaël Cauderlier on 17 December 2019, 09:59:32 UTC
1 parent d1a8029
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

## Not in .gitignore

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